From bda028e1db07d786ec0cf48feeae199679f07d70 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 15 Nov 2016 15:16:23 +0100 Subject: Add support for entry tags MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- templates/layout.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'templates/layout.html') diff --git a/templates/layout.html b/templates/layout.html index 2d5c415..beb8c5d 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -35,6 +35,15 @@ header nav a:hover { article p { white-space: pre-wrap; } +#tags { + padding-bottom: 0.25em; +} +#tags, #tags a { + color: #444; +} +#tags a:hover { + color: #111; +} #post-nav { padding-bottom: 0.25em; } @@ -42,6 +51,10 @@ ul#archive-list { list-style-type: none; padding-left: 0; } +ul#tag-list { + list-style-type: circle; + padding-left: 2em; +} footer p#copy { margin: 0em; padding-top: 0.25em; @@ -67,6 +80,7 @@ footer ul#contact-info li { -- cgit v1.2.3-70-g09d2