Files
benediktschnurr.de/layouts/shortcodes/photo.html
2017-10-15 18:32:13 +02:00

5 lines
218 B
HTML

<article class="thumb">
<a href="{{ .Get "full" }}" class="image"><img src="{{ .Get "thumb" }}" alt="{{ .Get "alt" }}" /></a>
<h2>{{ .Get "phototitle" }}</h2>
<p>{{ .Get "description" | markdownify }}</p>
</article>