Fix: List title i18n id

This commit is contained in:
Aroy-Art 2022-01-17 09:18:40 +01:00
parent 26b6fb49b3
commit 0c2856fefd
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -11,8 +11,8 @@
<div class="col-12">
{{"<!-- Section Title -->" | safeHTML }}
<dir class="title text-center wow fadeInDown">
<h2>{{ with i18n "blogTitle" }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span class="color">
{{ with i18n "blogTitle" }} {{ index (split . " ") 1 | safeHTML }} {{ end }}</span></h2>
<h2>{{ with i18n "tagsTitle" }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span class="color">
{{ with i18n "tagsTitle" }} {{ index (split . " ") 1 | safeHTML }} {{ end }}</span></h2>
<div class="border-BioTech"></div>
</dir>
</div>