all repos — flounder @ a6721a97a2ed60e1fabf9d9b39e192debd9fa7dc

A small site builder for the Gemini protocol

style change
alex wennerberg alex@alexwennerberg.com
Sun, 27 Dec 2020 20:24:26 -0800
commit

a6721a97a2ed60e1fabf9d9b39e192debd9fa7dc

parent

dc25dfe97957a301e6122d32ad4e6cbf45de2ecc

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}} {{ if .Feed.Title }}<em><a href="{{.Feed.Url}}">{{.Feed.Title}}</a></em>{{end}} <a href="{{.Url}}">{{.Title}}</a> +{{.DateString}} {{ if .Feed.Title }}<em><a href="{{.Feed.Url}}">{{.Feed.Title}}</a></em>{{end}} <b><a href="{{.Url}}">{{.Title}}</a></b> </p> {{end}} <h2>All Feeds:</h2>