diff --git a/layouts/news/single.html b/layouts/news/single.html
index 48d168f..576ec5a 100644
--- a/layouts/news/single.html
+++ b/layouts/news/single.html
@@ -30,7 +30,7 @@
{{ with .Page.Params.Authors }}{{ partial "taxonomy/authors.html" . }}{{ end }}
{{ with .Page.Params.Categories }}{{ partial "taxonomy/categories.html" . }}{{ end }}
- {{ with .Page.Params.Tags }}{{ partial "taxonomy/tags.html" . }}{{ end }}
+ {{ with .GetTerms "tags" }}{{ partial "taxonomy/tags.html" . }}{{ end }}
diff --git a/themes/hugo-coder b/themes/hugo-coder
index 846fb16..d66f7ce 160000
--- a/themes/hugo-coder
+++ b/themes/hugo-coder
@@ -1 +1 @@
-Subproject commit 846fb166e426a6811003436daa6c4e68f05c1409
+Subproject commit d66f7cee3cfe75e32f7b28de1d8c75bfe340e896