#39 Partial for Images

This commit is contained in:
2021-04-02 17:21:00 +02:00
parent 196fb02436
commit b752454233
3 changed files with 16 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
{% if link_url %}
<a
class="LP-Link"
href="{{link_url}}"
>
{% endif %}
<figure class="LP-Figure">
<img
src="{{ source_url }}"
{% if alt_text %} alt="{{alt_text}}" {% endif %}
class="LP-Image"
/>
</figure>
{% if link_url %}</a>{% endif %}