From 6cadcbdc6f40ca16421a55e1571f89b654060cb5 Mon Sep 17 00:00:00 2001 From: Eliot Whalan Date: Thu, 1 Jun 2017 16:22:15 +1000 Subject: [PATCH] fix up minor template bug --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 5cd585a5..06fc6fa1 100755 --- a/templates/index.html +++ b/templates/index.html @@ -26,7 +26,7 @@ - {{if $.Theme}}{{end}} + {{if .Theme}}{{end}}