From bcf5786aaf36baabb22e4f9bc8df7b76ed883e44 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Wed, 6 Dec 2017 06:33:29 -0700 Subject: Better layouts --- layouts/_default/single.html | 2 +- static/css/style.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 1ff7f7f..455a8ee 100755 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -5,7 +5,7 @@ DRAFT {{ end }}
-

{{ .Title }}

+

{{ .Title }}

{{ .Content }}
diff --git a/static/css/style.css b/static/css/style.css index db39082..7118509 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -11,6 +11,10 @@ h1 { max-width: 34rem; } +h2 { + margin-top: 2em; +} + aside { letter-spacing: -0.05em; text-transform: uppercase; -- cgit v1.2.3