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: c575cb9ebaa214bbe9d3fcb21de3d514a75f8130 (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>