layouts/_default/list.html: frame list indices

This commit is contained in:
revsuine 2024-11-25 18:31:22 +00:00
parent d184493a0e
commit aaf15b2fd9
Signed by: revsuine
GPG key ID: 3F257B68F5BC9339

View file

@ -1,6 +1,6 @@
{{ define "main" }} {{ define "main" }}
{{ with .Content }} {{ with .Content }}
<div class="index-content"> <div class="index-content {{ if .Params.framed -}}framed{{- end -}}">
{{ . }} {{ . }}
</div> </div>
{{ end }} {{ end }}