1
0
forked from Git/hugo-story
agr.asia/exampleSite/layouts/partials/picture.html
2023-01-18 18:59:02 -05:00

13 lines
329 B
HTML

<article>
<a href="{{ .image }}" class="image">
<img src="{{ .thumb }}" alt="" />
</a>
<div class="caption">
<h3>{{ .title }}</h3>
<p>{{ .content }}</p>
<ul class="actions fixed">
<li><span class="button small">{{ .button }}</span></li>
</ul>
</div>
</article>