1
1
Fork 0
mirror of https://github.com/Aroy-Art/Rinkusu.git synced 2025-05-28 11:37:27 +02:00

Change: Theme name to be more original

This commit is contained in:
Aroy-Art 2022-10-14 16:10:28 +02:00
parent 79d70f3c0e
commit 9500bb2345
Signed by: Aroy
GPG key ID: 583642324A1D2070
11 changed files with 13 additions and 13 deletions

View file

@ -8,7 +8,7 @@
<div 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>
<div class="border-BioTech"></div>
<div class="border-Rinkusu"></div>
</div>
{{"<!-- End Section Title -->" | safeHTML}}
</div>

View file

@ -10,7 +10,7 @@
<div class="title text-center wow fadeIn" data-wow-duration="500ms">
<h2>{{ with .title }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span class="color">
{{ with .title }} {{ after (len (index (split . " ") 0)) . | safeHTML }} {{ end }}</span></h2>
<div class="border-biotech"></div>
<div class="border-Rinkusu"></div>
</div>
</div>
{{"<!-- /Title -->" | safeHTML}}

View file

@ -12,7 +12,7 @@
<div class="title text-center wow fadeIn" data-wow-duration="500ms">
<h2>{{ with .title }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span class="color">
{{ with .title }} {{ after (len (index (split . " ") 0)) . | safeHTML }} {{ end }}</span></h2>
<div class="border-biotech"></div>
<div class="border-Rinkusu"></div>
</div>
</div>
{{"<!-- /Title -->" | safeHTML}}

View file

@ -44,7 +44,7 @@
{{ end }}
</div>
<div class="border-biotech" style="background: #0f1e31;"></div>
<div class="border-Rinkusu" style="background: #0f1e31;"></div>
{{ "<!-- Copyright -->" | safeHTML }}
<div class="copyright text-center">

View file

@ -9,7 +9,7 @@
<div class="title text-center wow fadeInDown">
<h2> {{ with i18n "artTitle" }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span class="color">
{{ with i18n "artTitle" }} {{ index (split . " ") 1 | safeHTML }} {{ end }} </span></h2>
<div class="border-BioTech"></div>
<div class="border-Rinkusu"></div>
</div>
{{"<!-- End Section Title -->" | safeHTML}}

View file

@ -9,7 +9,7 @@
<div class="title text-center wow fadeInDown">
<h2> {{ with i18n "artTitle" }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span class="color">
{{ with i18n "artTitle" }} {{ index (split . " ") 1 | safeHTML }} {{ end }} </span></h2>
<div class="border-BioTech"></div>
<div class="border-Rinkusu"></div>
</div>
{{"<!-- End Section Title -->" | safeHTML}}