mirror of
https://github.com/BioArchLinux/hugo-theme-archbio.git
synced 2025-03-10 12:02:42 +00:00
9 lines
283 B
HTML
9 lines
283 B
HTML
<div class="article-gallery">
|
|
<div class="article-gallery-photos">
|
|
{{ range .Params }}
|
|
<a class="article-gallery-img fancybox" href="{{ . }}" rel="group1">
|
|
<img src="{{ . | absURL }}" itemprop="image">
|
|
</a>
|
|
{{ end }}
|
|
</div>
|
|
</div>
|