mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 15:56:15 +02:00
2 lines
282 B
HTML
2 lines
282 B
HTML
<img src="{{ light_src | safe | replace(from="$BASE_URL" , to=config.base_url) }}" {% if alt %}alt="{{ alt }}" {% endif %} class="img-light">
|
|
<img src="{{ dark_src | safe | replace(from="$BASE_URL" , to=config.base_url) }}" {% if alt %}alt="{{ alt }}" {% endif %} class="img-dark">
|