First draft
This commit is contained in:
23
themes/JuiceBar/layouts/categories/taxonomy.html
Normal file
23
themes/JuiceBar/layouts/categories/taxonomy.html
Normal file
@ -0,0 +1,23 @@
|
||||
{{ define "main" }}
|
||||
<div class="container">
|
||||
<div class="section">
|
||||
<h2 class="archive-title">Category: {{ .Title }}</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="each-category column is-centered">
|
||||
|
||||
|
||||
{{ range .Paginator.Pages}}
|
||||
|
||||
<article class="archive-item">
|
||||
<a href="{{ .Permalink }}" class="archive-item-link hover-underline-animation">{{ .Title }}</a>
|
||||
<span class="archive-item-date">
|
||||
{{ .Date.Format "January 2, 2006" }}
|
||||
</span>
|
||||
|
||||
</article>
|
||||
|
||||
{{ end }}
|
||||
|
||||
</div>
|
||||
{{ end }}
|
Reference in New Issue
Block a user