More missing bits for the theme
This commit is contained in:
parent
0693a85c3f
commit
f615dcc711
14 changed files with 496 additions and 0 deletions
23
_drafts/gallery.md
Normal file
23
_drafts/gallery.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
layout: page
|
||||
subheadline:
|
||||
title:
|
||||
teaser:
|
||||
meta_description:
|
||||
permalink:
|
||||
categories:
|
||||
-
|
||||
tags:
|
||||
-
|
||||
image:
|
||||
thumb:
|
||||
---
|
||||
|
||||
<ul class="clearing-thumbs small-block-grid-3" data-clearing>
|
||||
<li><a href="{{ site.urlimg }}_1.jpg"><img data-caption="" class="th" src="{{ site.urlimg }}thumb.jpg"></a></li>
|
||||
<li><a href="{{ site.urlimg }}_2.jpg"><img data-caption="" class="th" src="{{ site.urlimg }}thumb.jpg"></a></li>
|
||||
<li><a href="{{ site.urlimg }}_3.jpg"><img data-caption="" class="th" src="{{ site.urlimg }}thumb.jpg"></a></li>
|
||||
<li><a href="{{ site.urlimg }}_4.jpg"><img data-caption="" class="th" src="{{ site.urlimg }}thumb.jpg"></a></li>
|
||||
<li><a href="{{ site.urlimg }}_5.jpg"><img data-caption="" class="th" src="{{ site.urlimg }}thumb.jpg"></a></li>
|
||||
<li><a href="{{ site.urlimg }}_6.jpg"><img data-caption="" class="th" src="{{ site.urlimg }}thumb.jpg"></a></li>
|
||||
</ul>
|
Reference in a new issue