summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2018-10-09 21:55:25 -0400
committerBen Burwell <ben@benburwell.com>2018-10-09 21:55:25 -0400
commit602807749bd2095915c4068ca6a1639110f79821 (patch)
tree418f88a2fddfaae58d2bff9d98e2943113360bbb /_layouts
parent1b4e990cc924d0030eaf8ba487206ad24602b0f4 (diff)
Fix layout defaults
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/post.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 7041444..fc95d89 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -2,8 +2,14 @@
layout: master
---
-<h1><a href="../">../</a> {{page.title}}</h1>
-<p>Posted {{page.date | date: "%Y-%m-%d"}}</p>
+<h1>{{page.title}}</h1>
+<p>
+ <em>
+ Posted {{page.date | date: "%Y-%m-%d"}} to
+ <a href="/">Ben Burwell</a>'s
+ <a href="/posts/">blog</a>
+ </em>
+</p>
{{content}}