1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-01-12 21:34:30 -06:00
bobatheme/layouts/series/list.html

15 lines
308 B
HTML

{{ define "main" }}
<h1>
{{ partial "icon.html" "files" }}
{{ .Title | markdownify }}
</h1>
<div class="series-taxonomy">
<ul>
{{ range .Pages }}
<li>{{ .Render "summary/series" }}</li>
{{ end }}
</ul>
</div>
{{ end }}