summaryrefslogtreecommitdiff
path: root/theatre/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'theatre/index.html')
-rw-r--r--theatre/index.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/theatre/index.html b/theatre/index.html
deleted file mode 100644
index fd53371..0000000
--- a/theatre/index.html
+++ /dev/null
@@ -1,18 +0,0 @@
----
-layout: master
-title: Theatrical Credits
-description: Mostly for my own reference, here’s a list of shows I’ve worked on.
----
-
-<h1>Theatrical Credits</h1>
-
-<table>
- {% for show in site.data.shows %}
- <tr>
- <td><i>{{ show.name }}</i></td>
- <td>{{ show.role }}</td>
- <td>{{ show.person }}</td>
- <td class="text-right">{{ show.date }}</td>
- </tr>
- {% endfor %}
-</table>