summaryrefslogtreecommitdiff
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
parentc492a43ae41de4c27db64ef9d7806db37c7f96f6 (diff)
Improve navigation
-rw-r--r--_layouts/post.html4
-rw-r--r--index.md3
-rw-r--r--posts/index.html14
-rw-r--r--theatre.html2
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}}
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.
---
-<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>