Some checks are pending
Build and Push Docker Container / build-and-push (push) Waiting to run
15 lines
336 B
HTML
15 lines
336 B
HTML
{{ define "title" -}}
|
|
{{ if eq .Kind "term" }}🏷️ {{end}}{{ .Title | title }}
|
|
{{- end }}
|
|
|
|
{{ define "main" -}}
|
|
{{ .Content }}
|
|
<ul>
|
|
{{- range.Pages }}
|
|
<li class="no-before">
|
|
<a class="no-underline" href="{{ .RelPermalink }}">{{ .Title }}</a>
|
|
</li>
|
|
{{- end }}
|
|
</ul>
|
|
{{- end }}
|