From f5cca985bd70639d2ceb2e8e87abaf1f81c4a18a Mon Sep 17 00:00:00 2001 From: Jan-Lukas Else Date: Mon, 21 Sep 2020 17:10:44 +0200 Subject: [PATCH] Fix feed links in index template --- templates/index.gohtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/index.gohtml b/templates/index.gohtml index 8dfb014..e226ce1 100644 --- a/templates/index.gohtml +++ b/templates/index.gohtml @@ -3,15 +3,15 @@ + href="{{ .First }}.rss"/> + href="{{ .First }}.atom"/> + href="{{ .First }}.json"/> {{ end }} {{ define "main" }}