summaryrefslogtreecommitdiffstats
path: root/blog/_layouts/concert.html
diff options
context:
space:
mode:
Diffstat (limited to 'blog/_layouts/concert.html')
-rw-r--r--blog/_layouts/concert.html22
1 files changed, 22 insertions, 0 deletions
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
+---
+
+<article class="concert">
+ <header>
+ <div class="date"><date>{{ page.date | date: "%d/%m-%Y" }}</date> {{ page.venue }} ({{ page.city }})</div>
+ <div class="bands">{{ page.bands | join: ", " }}</div>
+ {% if page.comment %}
+ <div class="comment">{{ page.comment }}</div>
+ {% endif %}
+ {% if page.cc %}
+ <div class="cc">Inngang: {{ page.cc }}</div>
+ {% endif %}
+ {% if page.doors %}
+ <div class="doors">Dørene åpnes: {{ page.doors }}</div>
+ {% endif %}
+ </header>
+ <section class="concert-body">
+ {{ content }}
+ </section>
+</article>