Revert "layouts/_default/list.html: frame list indices"

This reverts commit aaf15b2fd9.
This commit is contained in:
revsuine 2025-01-03 02:50:05 +00:00
parent efe640ae0e
commit 2be05406b9
Signed by: revsuine
GPG key ID: 3F257B68F5BC9339

View file

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