diff options
author | Ben Burwell <ben@benburwell.com> | 2018-02-03 13:40:30 -0500 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2018-02-03 13:40:30 -0500 |
commit | 208821cda116bab74e657d6f0c2cd7c23eff9610 (patch) | |
tree | 2270d719e66c2c45a2cb55f53584795f0cd4f4d3 /theatre/index.html | |
parent | 72f8e1da25566bb7f9f6df4ff75b5ed0bb015fd2 (diff) |
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.
Diffstat (limited to 'theatre/index.html')
-rw-r--r-- | theatre/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
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. --- -<h1 class="text-center">Theatrical Credits</h1> +<h1>Theatrical Credits</h1> <table> {% for show in site.data.shows %} |