diff options
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/post.html | 10 |
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}} |