From 3d19313a7f655bc2626990650c4de8141485eea3 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Fri, 26 Jul 2019 21:13:06 -0700 Subject: Add option to disable feeds --- template/html/feeds.html | 1 + 1 file changed, 1 insertion(+) (limited to 'template/html/feeds.html') diff --git a/template/html/feeds.html b/template/html/feeds.html index 7aac649..0bad59a 100644 --- a/template/html/feeds.html +++ b/template/html/feeds.html @@ -30,6 +30,7 @@ {{ if .Icon }} {{ .Title }} {{ end }} + {{ if .Disabled }} 🚫 {{ end }} {{ .Title }} -- cgit v1.2.3