mirror of
https://github.com/carsonip/hugo-theme-minos
synced 2025-12-30 03:19:49 -08:00
Add tag taxonomy
This commit is contained in:
19
layouts/taxonomy/tag.html
Normal file
19
layouts/taxonomy/tag.html
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{{ partial "head.html" . }}
|
||||||
|
<body>
|
||||||
|
<div id="container">
|
||||||
|
{{ partial "header.html" . }}
|
||||||
|
<section id="main" class="outer">
|
||||||
|
<section class="archives-wrap">
|
||||||
|
<div class="archive-tag-wrap">
|
||||||
|
<span class="archive-tag">#{{ .Title }}</span>
|
||||||
|
</div>
|
||||||
|
<div class="archives">
|
||||||
|
{{ range .Data.Pages }}
|
||||||
|
{{ partial "li.html" . }}
|
||||||
|
{{ end }}
|
||||||
|
</div></section>
|
||||||
|
</section>
|
||||||
|
{{ partial "footer.html" . }}
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user