cleanup
Some checks are pending
Build and Push Docker Container / build-and-push (push) Waiting to run
Some checks are pending
Build and Push Docker Container / build-and-push (push) Waiting to run
This commit is contained in:
@@ -1,20 +1,14 @@
|
||||
{{ define "title" -}}
|
||||
{{ .Title | title }}
|
||||
{{ if eq .Kind "term" }}🏷️ {{end}}{{ .Title | title }}
|
||||
{{- end }}
|
||||
|
||||
{{ define "main" -}}
|
||||
{{ .Content }}
|
||||
<ul>
|
||||
{{- range.Pages }}
|
||||
<li>
|
||||
{{- if .Param "datesinlist" }}<time datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}">{{ .Date.Format "2006 Jan 02" }}</time> – {{ end -}}
|
||||
<a href="{{ .RelPermalink }}">{{ .Title }}</a>
|
||||
{{- if .Param "authorsinlist" }}
|
||||
{{ with .Params.authors }}
|
||||
by
|
||||
{{ delimit . ", " " und " }}
|
||||
{{end}}
|
||||
{{ end -}}
|
||||
</li>
|
||||
{{- end }}
|
||||
</ul>
|
||||
{{ .Content }}
|
||||
<ul>
|
||||
{{- range.Pages }}
|
||||
<li class="no-before">
|
||||
<a class="no-underline" href="{{ .RelPermalink }}">{{ .Title }}</a>
|
||||
</li>
|
||||
{{- end }}
|
||||
</ul>
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user