Files
blag/hugo_blag/themes/indigo/layouts/_default/taxonomy.html
T

13 lines
261 B
HTML

{{ 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" . }}