From b3967c83cbdba7f44c2ecef09d3e80801106ac81 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Tue, 11 Aug 2015 22:56:34 -0400 Subject: Update to Tiny CSS --- theatre/index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'theatre/index.html') diff --git a/theatre/index.html b/theatre/index.html index c10ab19..641c61f 100644 --- a/theatre/index.html +++ b/theatre/index.html @@ -6,13 +6,13 @@ description: Mostly for my own reference, here’s a list of shows I’ve worked

Theatrical Credits

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