Merge 8dcca4124c85cb898edbc023bb9d4bfbc5255ac5 into 7e13d24d10c59c1cf1d1f011f7c4c93266d8aa7d

This commit is contained in:
Ben Krieger 2023-06-28 02:59:32 -07:00 committed by GitHub
commit 850329b3e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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