From 1b4e990cc924d0030eaf8ba487206ad24602b0f4 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Sat, 29 Sep 2018 12:28:01 -0400 Subject: Improve navigation --- _layouts/post.html | 4 ++-- index.md | 3 +-- posts/index.html | 14 +++++++++----- 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 --- -

{{page.title}}

-

{{page.date | date: "%Y-%m-%d"}}

+

../ {{page.title}}

+

Posted {{page.date | date: "%Y-%m-%d"}}

{{content}} diff --git a/index.md b/index.md index d572268..383a302 100644 --- a/index.md +++ b/index.md @@ -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. --- -

Posts

+

../ Blog

-

I occasionally write things, and when I do they usually end up here.

+

I occasionally write things, and when I do they usually end up here. There's +also an RSS feed.

- + 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/ --- -

Theatrical Credits

+

../ Theatrical Credits

-- cgit v1.2.3