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

@ -215,7 +215,7 @@ table, td, th {
color: #fff;
}
.border-biotech {
.border-Rinkusu {
border-top: 2px solid rgba(236, 239, 241, 0.07);
height: 1px;
margin: 15px auto 0;
@ -223,7 +223,7 @@ table, td, th {
width: 30%;
}
.border-biotech:before {
.border-Rinkusu:before {
background-color: #fff;
content: '';
height: 6px;

View file

@ -13,7 +13,7 @@
<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>
<div class="border-BioTech"></div>
<div class="border-Rinkusu"></div>
</dir>
</div>

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}}

View file

@ -16,7 +16,7 @@
<div class="title text-center wow fadeInDown">
<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>
<p class="margin-top-20">{{ .subtitle }}</p>
</div>
</div>

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>

View file

@ -13,7 +13,7 @@
<dir class="title text-center wow fadeInDown">
<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>
<div class="border-Rinkusu"></div>
</dir>
</div>
{{ partial "tagcloud.html" . }}