summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2018-09-29 12:28:01 -0400
committerBen Burwell <ben@benburwell.com>2018-09-29 12:28:01 -0400
commit1b4e990cc924d0030eaf8ba487206ad24602b0f4 (patch)
tree57c75e2184615ae039300c45d32ecebed5f9fb6f /_layouts
parentc492a43ae41de4c27db64ef9d7806db37c7f96f6 (diff)
Improve navigation
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/post.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index b3dd0c1..7041444 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -2,8 +2,8 @@
layout: master
---
-<h1>{{page.title}}</h1>
-<p>{{page.date | date: "%Y-%m-%d"}}</p>
+<h1><a href="../">../</a> {{page.title}}</h1>
+<p>Posted {{page.date | date: "%Y-%m-%d"}}</p>
{{content}}