Add galerie per concert
This commit is contained in:
parent
e02137718e
commit
7a81623c3b
18 changed files with 47 additions and 17 deletions
6
layouts/partials/galerie/page.html
Normal file
6
layouts/partials/galerie/page.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<div class="galerie-item">
|
||||
<a href="/{{ .Params.concertLink }}">
|
||||
<h2>{{ .Title }}</h2>
|
||||
</a>
|
||||
{{ .Content }}
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue