alexohneander-zola/templates/shortcodes/invertible_image.html
2023-02-18 03:24:58 +01:00

2 lines
164 B
HTML

<img class="invertible-image" {% if src %}src={{ src | safe | replace(from="$BASE_URL", to=config.base_url) }} {% endif %} {% if alt %}alt="{{ alt }}"{% endif %}/>