mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 19:56:41 +02:00
Add tags to theme and tags pages
This commit is contained in:
16
layouts/_default/taxonomy.html
Normal file
16
layouts/_default/taxonomy.html
Normal file
@@ -0,0 +1,16 @@
|
||||
{{ partial "header.html" . }}
|
||||
<section class="main">
|
||||
<div class="container">
|
||||
<div class="content">
|
||||
<div class="posts">
|
||||
<div class="page-heading">Posts about {{ .Title }}</div>
|
||||
<ul>
|
||||
{{ range .Data.Pages.ByPublishDate }}
|
||||
{{ partial "li.html" . }}
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{{ partial "footer.html" . }}
|
Reference in New Issue
Block a user