mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-05 01:47:25 +00:00
translations: set up
This commit is contained in:
parent
12d4a814f8
commit
a66abd471e
7 changed files with 17 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue