Browse Source

adding category to section pages

master
jk 4 years ago
parent
commit
faf7a1096b
  1. 1
      layouts/_default/section.html

1
layouts/_default/section.html

@ -17,6 +17,7 @@
<div class="info">
{{ with .Page.Params.Blog }}{{ partial "taxonomy/blog.html" . }}{{ end }}
{{ with .Page.Params.Categories }}{{ partial "taxonomy/categories.html" . }}{{ end }}
{{ with .Page.Params.Category }}{{ partial "taxonomy/categories.html" . }}{{ end }}
{{ with .Page.Params.Tags }}{{ partial "taxonomy/tags.html" . }}{{ end }}
</div>
</div>