summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2018-10-09 21:55:25 -0400
committerBen Burwell <ben@benburwell.com>2018-10-09 21:55:25 -0400
commit602807749bd2095915c4068ca6a1639110f79821 (patch)
tree418f88a2fddfaae58d2bff9d98e2943113360bbb
parent1b4e990cc924d0030eaf8ba487206ad24602b0f4 (diff)
Fix layout defaults
-rw-r--r--_config.yml5
-rw-r--r--_layouts/post.html10
-rw-r--r--posts/index.html4
-rw-r--r--theatre.html2
4 files changed, 15 insertions, 6 deletions
diff --git a/_config.yml b/_config.yml
index 354e46a..ce10eeb 100644
--- a/_config.yml
+++ b/_config.yml
@@ -11,12 +11,15 @@ timezone: America/New_York
# Site-level data
name: Ben Burwell
excerpt_separator: <!--more-->
-layout: master
permalink: /:slug.html
defaults:
- scope:
path: ""
+ values:
+ layout: master
+ - scope:
+ path: ""
type: "posts"
values:
layout: "post"
diff --git a/_layouts/post.html b/_layouts/post.html
index 7041444..fc95d89 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -2,8 +2,14 @@
layout: master
---
-<h1><a href="../">../</a> {{page.title}}</h1>
-<p>Posted {{page.date | date: "%Y-%m-%d"}}</p>
+<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>
+ </em>
+</p>
{{content}}
diff --git a/posts/index.html b/posts/index.html
index 63de283..08fb912 100644
--- a/posts/index.html
+++ b/posts/index.html
@@ -3,16 +3,16 @@ title: Posts - Ben Burwell
description: Irregularly updated blogish thing about stuff I’m interested in.
---
-<h1><a href="../">../</a> Blog</h1>
+<h1><a href="/">Ben Burwell</a>'s Blog</h1>
<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>
{% for post in site.posts %}
<h2>
+ <small>{{post.date | date: "%Y-%m-%d"}}</small>
<a href="{{post.url}}">{{post.title}}</a>
</h2>
-<p>Posted on {{post.date | date: "%Y-%m-%d"}}</p>
{{post.excerpt}}
{% endfor %}
diff --git a/theatre.html b/theatre.html
index 867428f..0edf42d 100644
--- a/theatre.html
+++ b/theatre.html
@@ -3,7 +3,7 @@ title: Theatrical Credits
redirect_from: /theatre/
---
-<h1><a href="../">../</a> Theatrical Credits</h1>
+<h1><a href="/">Ben Burwell</a>'s Theatrical Credits</h1>
<table>
<thead>