summaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index c889b8b..1b4de90 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8"/>
<title>{{page.title}}</title>
- <link href='http://fonts.googleapis.com/css?family=Gentium+Book+Basic:400,400italic&subset=latin,latin-ext' rel='stylesheet' />
+ <link href='http://fonts.googleapis.com/css?family=PT+Serif:400,400italic&subset=latin,latin-ext' rel='stylesheet' />
<link rel="stylesheet" href="/css/highlight.css" />
<link rel="stylesheet" href="/css/main.css" />
</head>
@@ -12,6 +12,9 @@
<div id="bucket">
<h1 id="logo">{{site.title}}</h1>
<h1>{{page.title}}</h1>
+ <p id="slogan">{{page.date | date_to_long_string}}</p>
+
+ {{content}}
<aside>
<h3>Tags</h3>
@@ -20,7 +23,6 @@
{% endfor %}
</aside>
- {{content}}
</div>
</body>
</html>