Fixed captions for SVGs, added translations for captions

This commit is contained in:
2026-08-13 16:00:24 +02:00
parent 081f9ec1e9
commit 02e7f9535f
3 changed files with 49 additions and 20 deletions
+3
View File
@@ -11,6 +11,9 @@
<link rel="stylesheet" type="text/css" href="{{ main_siteurl | default(SITEURL) }}/theme/css/site.css" />
{% if EXTRA_HEAD %}
{{ EXTRA_HEAD | safe }}
{% endif %}
{% if FEED_ALL_ATOM %}
<link href="{{ FEED_DOMAIN }}/{% if FEED_ALL_ATOM_URL %}{{ FEED_ALL_ATOM_URL }}{% else %}{{ FEED_ALL_ATOM }}{% endif %}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} Full Atom Feed" />
{% endif %}