Lego2012
6/15/2017 - 6:50 AM

Shortcode V2 figure.html

Shortcode V2 figure.html

<figure>
    <img src="{{ .Get "src" }}" alt="{{ .Get "alt" }}">
    <figcaption>{{ .Get "caption" }}</figcaption>
</figure>

<!-- Anwendung -->

{{% figure src="/images/snow.jpg" alt="A snow day" caption="Snowy day" %}}