8 lines
201 B
HTML
8 lines
201 B
HTML
|
<!--
|
||
|
Put this file in /layouts/shortcodes/gallery.html
|
||
|
-->
|
||
|
<div class="gallery" itemscope itemtype="http://schema.org/ImageGallery">
|
||
|
{{ .Inner }}
|
||
|
<div class="title">{{ .Get "title" }}</div>
|
||
|
</div>
|