mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-28 15:54:22 +01:00
Fix: List title i18n id
This commit is contained in:
parent
26b6fb49b3
commit
0c2856fefd
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
{{"<!-- Section Title -->" | safeHTML }}
|
{{"<!-- Section Title -->" | safeHTML }}
|
||||||
<dir class="title text-center wow fadeInDown">
|
<dir class="title text-center wow fadeInDown">
|
||||||
<h2>{{ with i18n "blogTitle" }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span class="color">
|
<h2>{{ with i18n "tagsTitle" }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span class="color">
|
||||||
{{ with i18n "blogTitle" }} {{ index (split . " ") 1 | safeHTML }} {{ end }}</span></h2>
|
{{ with i18n "tagsTitle" }} {{ index (split . " ") 1 | safeHTML }} {{ end }}</span></h2>
|
||||||
<div class="border-BioTech"></div>
|
<div class="border-BioTech"></div>
|
||||||
</dir>
|
</dir>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue