Handling tags
This commit is contained in:
parent
3e7f4f07d0
commit
b9020351c1
8 changed files with 84 additions and 16 deletions
6
layouts/taxonomy/tag.html
Normal file
6
layouts/taxonomy/tag.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{{ define "main" }}
|
||||
<div class="container">
|
||||
<h2>Tag <span class="font-italic text-muted">#{{ .Data.Term }}</span></h2>
|
||||
</div>
|
||||
{{ partial "category.html" . }}
|
||||
{{ end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue