diff options
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 4781fd6..d281275 100644 --- a/theatre/index.html +++ b/theatre/index.html @@ -4,9 +4,9 @@ title: Theatrical Credits description: Mostly for my own reference, here’s a list of shows I’ve worked on. --- -<h1>Theatrical Credits</h1> +<h1 class="text-center">Theatrical Credits</h1> -<table class="fancy-table"> +<table> {% for show in site.data.shows %} <tr> <td><i>{{ show.name }}</i></td> |