Update styling

This commit is contained in:
panr
2020-06-18 00:21:15 +02:00
parent d450f681f0
commit 04d9175af8
11 changed files with 94 additions and 15 deletions

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">