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/concerts.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'blog/concerts.html') diff --git a/blog/concerts.html b/blog/concerts.html index e7f9e1f..8242e5c 100644 --- a/blog/concerts.html +++ b/blog/concerts.html @@ -4,3 +4,17 @@ title: titles.concerts --- {% tf concerts/intro.md %} + +{% for concert in site.concerts %} +
+
+ {{ concert.date | date: "%d/%m-%Y" }} + {{ concert.city }} + {{ concert.venue }} + {{ concert.comment }} +
+
+ {{ concert.bands | join: ", " }} +
+
+{% endfor %} -- cgit v1.2.3