From 602807749bd2095915c4068ca6a1639110f79821 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Tue, 9 Oct 2018 21:55:25 -0400 Subject: Fix layout defaults --- _config.yml | 5 ++++- _layouts/post.html | 10 ++++++++-- posts/index.html | 4 ++-- theatre.html | 2 +- 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,10 +11,13 @@ timezone: America/New_York # Site-level data name: Ben Burwell excerpt_separator: -layout: master permalink: /:slug.html defaults: + - scope: + path: "" + values: + layout: master - scope: path: "" type: "posts" 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 --- -

../ {{page.title}}

-

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

+

{{page.title}}

+

+ + Posted {{page.date | date: "%Y-%m-%d"}} to + Ben Burwell's + blog + +

{{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. --- -

../ Blog

+

Ben Burwell's Blog

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

{% for post in site.posts %}

+ {{post.date | date: "%Y-%m-%d"}} {{post.title}}

-

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

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

../ Theatrical Credits

+

Ben Burwell's Theatrical Credits

-- cgit v1.2.3