lb-dk-2023/layouts/shortcodes/blogsection.html

7 lines
162 B
HTML
Raw Permalink Normal View History

2023-08-15 17:02:21 +02:00
<div class="blog-section">
<h3>{{ .Get "title" }}</h3>
<img src="{{ .Get "image" | absURL}}" alt="blog-img">
<p>
{{ .Inner }}
</p>
</div>