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

@ -17,7 +17,7 @@
<div class="title text-center">
<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>
{{"<!-- /Title -->" | safeHTML}}
</div>
@ -32,7 +32,7 @@
<h2 class="portfolio-category-title" style="background-color: {{ .bg_color}};">
{{ with .name }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span style="color: {{ $text_color }};">
{{ with .name }} {{ after (len (index (split . " ") 0)) . | safeHTML }} {{ end }}</span></h2>
<div class="border-biotech"></div>
<div class="border-Rinkusu"></div>
</div>
{{"<!-- /Section Title -->" | safeHTML}}
</div>