diff options
author | Ben Burwell <ben@benburwell.com> | 2019-08-10 14:02:00 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2019-08-10 14:22:58 -0400 |
commit | b95713a03e1f82868f5db81fb264c23496641cad (patch) | |
tree | 550ec1551e45d73f13876ec1cfe3716215733c13 /_layouts/post.html | |
parent | 79a14b5fa3970deda7235e3d38ffd591a75a88a3 (diff) |
Add alternate themes
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> |