translations: set up

This commit is contained in:
He4eT 2025-02-15 02:21:57 +01:00
commit a66abd471e
7 changed files with 17 additions and 6 deletions

View file

@ -6,11 +6,11 @@
<title>
{% if title %} {{ title }} | {% endif %}
{{ metadata.title }}
{{ translations[page.lang]['title'] }}
</title>
<meta
name="description"
content="{{ description or metadata.description }}">
content="{{ description or translations[page.lang]['description'] }}">
<link
rel="alternate"