Improved page sub-section list formatting

This commit is contained in:
Steven Engler
2019-09-18 21:02:20 -04:00
parent c331927f2d
commit 79a662b192
4 changed files with 40 additions and 1 deletions

View File

@ -6,7 +6,7 @@
</div>
{{- if gt (len .Sections) 0 }}
<h2>Categories</h2>
<ul>
<ul class="section-list">
{{- range .Sections }}
<li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
{{- end }}