From 1f0d3e92b6fdc13fe2e41bcab0a8572731b47ed1 Mon Sep 17 00:00:00 2001 From: dewey Date: Fri, 31 Aug 2018 23:17:22 +0200 Subject: [PATCH] Fix loop (Memo to myself: I should not do a release without staging) --- ui/templates/index.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/templates/index.tmpl b/ui/templates/index.tmpl index a71077c..e881953 100644 --- a/ui/templates/index.tmpl +++ b/ui/templates/index.tmpl @@ -39,8 +39,9 @@
+ {{ $feed := .Feeds }}

Available Feeds ({{ len $feed }})

- {{ $feed := .Feeds }} {{ range .Feeds }} + {{ range .Feeds }}