diff options
author | Ben Burwell <ben@benburwell.com> | 2018-09-29 12:28:01 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2018-09-29 12:28:01 -0400 |
commit | 1b4e990cc924d0030eaf8ba487206ad24602b0f4 (patch) | |
tree | 57c75e2184615ae039300c45d32ecebed5f9fb6f | |
parent | c492a43ae41de4c27db64ef9d7806db37c7f96f6 (diff) |
Improve navigation
-rw-r--r-- | _layouts/post.html | 4 | ||||
-rw-r--r-- | index.md | 3 | ||||
-rw-r--r-- | posts/index.html | 14 | ||||
-rw-r--r-- | theatre.html | 2 |
4 files changed, 13 insertions, 10 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}} @@ -5,8 +5,7 @@ title: Ben Burwell # Ben Burwell -- [code (github)](https://github.com/benburwell) -- [words](/posts/) +- [blog](/posts/) - [theatre](/theatre.html) - [freebsd notes](/freebsd.html) - mail: anything you'd like @benburwell.com diff --git a/posts/index.html b/posts/index.html index 7f63d3d..63de283 100644 --- a/posts/index.html +++ b/posts/index.html @@ -3,12 +3,16 @@ title: Posts - Ben Burwell description: Irregularly updated blogish thing about stuff I’m interested in. --- -<h1>Posts</h1> +<h1><a href="../">../</a> Blog</h1> -<p>I occasionally write things, and when I do they usually end up here.</p> +<p>I occasionally write things, and when I do they usually end up here. There's +also an <a href="/feed.xml">RSS feed</a>.</p> -<ul> {% for post in site.posts %} - <li>{{post.date | date: "%Y-%m-%d"}} <a href="{{post.url}}">{{post.title}}</a></li> +<h2> + <a href="{{post.url}}">{{post.title}}</a> +</h2> +<p>Posted on {{post.date | date: "%Y-%m-%d"}}</p> +{{post.excerpt}} {% endfor %} -</ul> + diff --git a/theatre.html b/theatre.html index cb69353..867428f 100644 --- a/theatre.html +++ b/theatre.html @@ -3,7 +3,7 @@ title: Theatrical Credits redirect_from: /theatre/ --- -<h1>Theatrical Credits</h1> +<h1><a href="../">../</a> Theatrical Credits</h1> <table> <thead> |