From 06a3d9eecfeaed4a0fa144616ef0be02746b06f9 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Fri, 12 Feb 2016 22:32:08 +0100 Subject: Add info about concerts. --- blog/_layouts/concert.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 blog/_layouts/concert.html (limited to 'blog/_layouts') diff --git a/blog/_layouts/concert.html b/blog/_layouts/concert.html new file mode 100644 index 0000000..7574119 --- /dev/null +++ b/blog/_layouts/concert.html @@ -0,0 +1,22 @@ +--- +layout: default +--- + +
+
+
{{ page.date | date: "%d/%m-%Y" }} {{ page.venue }} ({{ page.city }})
+
{{ page.bands | join: ", " }}
+ {% if page.comment %} +
{{ page.comment }}
+ {% endif %} + {% if page.cc %} +
Inngang: {{ page.cc }}
+ {% endif %} + {% if page.doors %} +
Dørene åpnes: {{ page.doors }}
+ {% endif %} +
+
+ {{ content }} +
+
-- cgit v1.2.3