all repos — flounder @ b01cd8295ba8b7d975db9f32e758d5fdfc2a0b48

A small site builder for the Gemini protocol

idk
alex wennerberg alex@alexwennerberg.com
Sun, 27 Dec 2020 20:25:04 -0800
commit

b01cd8295ba8b7d975db9f32e758d5fdfc2a0b48

parent

a6721a97a2ed60e1fabf9d9b39e192debd9fa7dc

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