From 7ab6197b5742851d0a138abe5720d3ce768f7b54 Mon Sep 17 00:00:00 2001 From: Zachary Betz Date: Tue, 26 Feb 2019 14:58:16 -0600 Subject: Post title margin --- assets/css/custom.css | 3 +++ layouts/post/single.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/css/custom.css b/assets/css/custom.css index 5a96ebc..f67bb34 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -14,4 +14,7 @@ nav a:visited { } blockquote { font-style: italic; +} +.post-title { + margin-bottom: 0.1em; } \ No newline at end of file diff --git a/layouts/post/single.html b/layouts/post/single.html index 2022bd0..c5476fb 100644 --- a/layouts/post/single.html +++ b/layouts/post/single.html @@ -1,6 +1,6 @@ {{ define "main" }} -

{{ .Title }}

+

{{ .Title }}

{{ $dateFormat := $.Site.Params.dateFormat | default "Jan 2, 2006" }} Publish date: {{ .PublishDate.Format $dateFormat }}
-- cgit v1.2.3