Files
website-hugo/themes/lhs/layouts/shortcodes/image-left.html

4 lines
115 B
HTML

<div class="image-left">
<img src="{{ .Get "src" }}" alt="{{ .Get "alt" }}">
<div>{{ .Inner }}</div>
</div>