From 208821cda116bab74e657d6f0c2cd7c23eff9610 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Sat, 3 Feb 2018 13:40:30 -0500 Subject: Vastly simplify site I was getting tired of feeling like I should put things on my website and keep it up to date, so I decided to slim it down significantly (from its already admittedly slim state). No CSS, no JavaScript, just plain old HTML. The posts are staying for now, though I haven't linked to them from anywhere. Thus they won't be easily discoverable, but any links that are out there right now shouldn't break. I've also removed my resume from the site. --- theatre/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'theatre') diff --git a/theatre/index.html b/theatre/index.html index d281275..fd53371 100644 --- a/theatre/index.html +++ b/theatre/index.html @@ -1,10 +1,10 @@ --- -layout: blog +layout: master title: Theatrical Credits description: Mostly for my own reference, here’s a list of shows I’ve worked on. --- -

Theatrical Credits

+

Theatrical Credits

{% for show in site.data.shows %} -- cgit v1.2.3