Welcome to mirror list, hosted at ThFree Co, Russian Federation.

img.html « shortcodes « layouts - github.com/varkai/hugo-theme-zozo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 28c09188f39e568bd9696a4fb2f62de2e6274ab5 (plain)
1
2
3
4
5
6
7
{{ $path := .Get "src" }}
{{ $caption := .Get "caption"}}
<div class="fancybox">
<a data-fancybox="gallery" href="{{ $path }}" data-caption="{{ $caption }}">
  <img src="{{ $path }}"/>
</a>
</div>