diff --git a/assets/css/style.css b/assets/css/style.css index 68ef1de..4c2ce85 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -161,6 +161,10 @@ strong { line-height: 1.6; margin: 0; } +.list-header-content { + margin: 5em 0; + line-height: 1.6em; +} .card-container { max-width: 49rem; } diff --git a/layouts/_default/list.html b/layouts/_default/list.html index f4495c4..bcbf067 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -8,6 +8,11 @@

{{ .Description }}

{{ .Title }}

+ {{ with .Content -}} +
+ {{ . }} +
+ {{- end }} {{ $paginator := .Paginate (where .Pages "Params.displayinlist" "!=" false) -}} {{- range $paginator.Pages -}} {{ .Render "li" }} @@ -18,7 +23,7 @@ {{ if $paginator.HasPrev }}< Newer Posts{{ end }} {{ if $paginator.HasNext }}Older Posts >{{ end }} - {{ end -}} + {{- end }} {{ partial "scripts.html" . }} - \ No newline at end of file +