Syllabus/themes/piratecare/layouts/topic/list.html

8 lines
315 B
HTML
Raw Normal View History

2020-03-05 04:10:52 +00:00
{{ define "main" }}
<div class="sidebar-title mb-1 pb-8">▒▒ all topics:</div>
{{ range .Data.Pages }}
<div><a class="sidebar-list text-base" href="{{ .RelPermalink }}{{ if eq hugo.Environment "offline" }}index.html{{ end }}">> {{ .Title }}</a></div>
{{ end }}
<div class="pb-8"></div>
2020-03-05 04:10:52 +00:00
{{ end }}