From 6fa536f3268bf7bd4fd85df7fa78fbc4c67eaaa1 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Sat, 20 Dec 2014 23:13:09 -0500 Subject: Working on some major changes --- theatre/index.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 theatre/index.html (limited to 'theatre') diff --git a/theatre/index.html b/theatre/index.html new file mode 100644 index 0000000..71d4067 --- /dev/null +++ b/theatre/index.html @@ -0,0 +1,18 @@ +--- +layout: master +title: Theatrical Credits +description: Mostly for my own reference, here’s a list of shows I’ve worked on. +--- + +

Theatrical Credits

+ + + {% for show in site.data.shows %} + + + + + + + {% endfor %} +
{{ show.name }}{{ show.role }}{{ show.person }}{{ show.date }}
-- cgit v1.2.3