From 531bb6b87d140880783e237e14c7982a10d3ed7c Mon Sep 17 00:00:00 2001 From: JoseĢ Mota Date: Wed, 23 May 2012 00:27:09 +0100 Subject: Use cite for the date. Would mess up the first paragraph. --- _layouts/post.html | 2 +- css/main.css | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_layouts/post.html b/_layouts/post.html index 1b4de90..899a6d9 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -12,7 +12,7 @@

{{site.title}}

{{page.title}}

-

{{page.date | date_to_long_string}}

+ {{page.date | date_to_long_string}} {{content}} diff --git a/css/main.css b/css/main.css index d71ea47..c5c6ce3 100644 --- a/css/main.css +++ b/css/main.css @@ -93,4 +93,6 @@ aside { color: rgba(0,0,0,.3); margin-top: 0.2em; margin-bottom: 4em; + display: block; + font-style: normal; } -- cgit v1.2.3-54-g00ecf