mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-27 07:04:23 +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">
|
||||
{{"<!-- 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>
|
||||
|
|
Loading…
Reference in a new issue