From b05f53308e96d815939d086453927f4c3b6740e1 Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Sat, 14 Oct 2017 16:45:50 +0200 Subject: [PATCH] Fixed 404 on clicking tag on front page, removed Meta and Source tag types --- model/tag.go | 2 -- view/templates/index.tmpl | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/model/tag.go b/model/tag.go index e4e959d..0d78245 100644 --- a/model/tag.go +++ b/model/tag.go @@ -15,9 +15,7 @@ var TagTypes = []string{ "Character", "Event", "Organization", - "Source", "Series", - "Meta", } // Tag describes a tag diff --git a/view/templates/index.tmpl b/view/templates/index.tmpl index f6bfe3e..bc544b4 100644 --- a/view/templates/index.tmpl +++ b/view/templates/index.tmpl @@ -36,7 +36,7 @@ {{ if $.ActiveTag.ID }} {{ end }}