Begin slow migration to Hugo...
This commit is contained in:
12
hugo_blag/themes/indigo/layouts/_default/taxonomy.html
Normal file
12
hugo_blag/themes/indigo/layouts/_default/taxonomy.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{{ partial "header.html" . }}
|
||||
<h2>
|
||||
<span class="list-heading-type">{{ .Section }}:</span>
|
||||
<span class="list-heading-tag">{{ .Title }}</span>
|
||||
</h2>
|
||||
|
||||
<div id="content">
|
||||
{{ range.Pages }}
|
||||
{{ .Render "li" }}
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ partial "footer.html" . }}
|
||||
Reference in New Issue
Block a user