all repos — flounder @ a749fcd5393081207b6a38975d538285003f29f4

A small site builder for the Gemini protocol

Update feed fmt again
alex wennerberg alex@alexwennerberg.com
Tue, 15 Dec 2020 18:16:00 -0800
commit

a749fcd5393081207b6a38975d538285003f29f4

parent

4ebc002355333177c8bc4d060a623a9f3e40f16f

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M templates/feed.htmltemplates/feed.html

@@ -8,7 +8,7 @@ For more information on how to format your site to show up here, see <a href="https://admin.flounder.online/gemfeed.gmi">this documentation</a>

<h2>Feed:</h2> {{ range .FeedEntries}} <p> -{{.DateString}} <a href="{{.Url}}" class='person-link'>[{{.FeedTitle}}] {{.Title}}</a> +<a href="{{.Url}}" class='person-link'>{{.DateString}} [{{.FeedTitle}}] {{.Title}}</a> </p> {{end}} {{template "footer" .}}