summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_layouts/post.html2
-rw-r--r--css/main.css2
2 files changed, 3 insertions, 1 deletions
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 @@
<div id="bucket">
<h1 id="logo">{{site.title}}</h1>
<h1>{{page.title}}</h1>
- <p id="slogan">{{page.date | date_to_long_string}}</p>
+ <cite id="slogan">{{page.date | date_to_long_string}}</cite>
{{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;
}