summaryrefslogblamecommitdiffstats
path: root/blog/_layouts/concert.html
blob: 7574119120a0b52d34b22f9cee208c883bc3f775 (plain) (tree)





















                                                                                                              
---
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>