From 1ada3e4a51c6264cfc556223af4a6dd48458b390 Mon Sep 17 00:00:00 2001 From: Joe Hutchinson Date: Tue, 28 Jan 2020 19:05:02 -0500 Subject: [PATCH] Clean up the list header so the desc is below --- assets/css/style.css | 3 +-- layouts/_default/list.html | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 32fe64b..25febf9 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -156,8 +156,7 @@ strong { } .list-header-subtext { font-weight: normal; - color: #7a7b7c; - font-size: 1em; + font-size: 1.5em; line-height: 1.6; margin: 0; } diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 0c9fb7e..5c5dd4a 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -6,8 +6,8 @@
{{ if or (not (eq .Description "")) (not (eq .Title "")) -}}
- {{ with .Description }}

{{ . }}

{{ end }} {{ with .Title }}

{{ . }}

{{ end }} + {{ with .Description }}

{{ . }}

{{ end }}
{{- end }} {{ with .Content -}}