diff options
Diffstat (limited to '_layouts/post.html')
-rw-r--r-- | _layouts/post.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index fc95d89..7636b8f 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,13 +1,11 @@ --- -layout: master +layout: nav --- <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> + Posted {{page.date | date: "%Y-%m-%d"}} </em> </p> |