From 9500bb2345baae526934fc6d9e099e766bbbd28b Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Fri, 14 Oct 2022 16:10:28 +0200 Subject: [PATCH] Change: Theme name to be more original --- assets/css/style.css | 4 ++-- layouts/_default/list.html | 2 +- layouts/partials/blog.html | 2 +- layouts/partials/contact.html | 2 +- layouts/partials/contact_2.html | 2 +- layouts/partials/footer.html | 2 +- layouts/partials/imageSlideShow.html | 2 +- layouts/partials/slick-imageSlideShow.html | 2 +- layouts/static/about.html | 2 +- layouts/static/portfolio.html | 4 ++-- layouts/tags/list.html | 2 +- 11 files changed, 13 insertions(+), 13 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 385995f..5cb517a 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -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; diff --git a/layouts/_default/list.html b/layouts/_default/list.html index aa97e7b..eb92e0b 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -13,7 +13,7 @@

{{ with i18n "blogTitle" }} {{ index (split . " ") 0 | safeHTML }} {{ end }} {{ with i18n "blogTitle" }} {{ index (split . " ") 1 | safeHTML }} {{ end }}

-
+
diff --git a/layouts/partials/blog.html b/layouts/partials/blog.html index 73b05d6..01d7e52 100644 --- a/layouts/partials/blog.html +++ b/layouts/partials/blog.html @@ -8,7 +8,7 @@

{{ with i18n "blogTitle" }} {{ index (split . " ") 0 | safeHTML }} {{ end }} {{ with i18n "blogTitle" }} {{ index (split . " ") 1 | safeHTML }} {{ end }}

-
+
{{"" | safeHTML}} diff --git a/layouts/partials/contact.html b/layouts/partials/contact.html index 9de22fd..4ee7196 100644 --- a/layouts/partials/contact.html +++ b/layouts/partials/contact.html @@ -10,7 +10,7 @@

{{ with .title }} {{ index (split . " ") 0 | safeHTML }} {{ end }} {{ with .title }} {{ after (len (index (split . " ") 0)) . | safeHTML }} {{ end }}

-
+
{{"" | safeHTML}} diff --git a/layouts/partials/contact_2.html b/layouts/partials/contact_2.html index d99a689..89b0c1a 100644 --- a/layouts/partials/contact_2.html +++ b/layouts/partials/contact_2.html @@ -12,7 +12,7 @@

{{ with .title }} {{ index (split . " ") 0 | safeHTML }} {{ end }} {{ with .title }} {{ after (len (index (split . " ") 0)) . | safeHTML }} {{ end }}

-
+
{{"" | safeHTML}} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 112cc6f..3e88cc4 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -44,7 +44,7 @@ {{ end }} -
+
{{ "" | safeHTML }} diff --git a/layouts/static/portfolio.html b/layouts/static/portfolio.html index 4293319..7a76852 100644 --- a/layouts/static/portfolio.html +++ b/layouts/static/portfolio.html @@ -17,7 +17,7 @@

{{ with .title }} {{ index (split . " ") 0 | safeHTML }} {{ end }} {{ with .title }} {{ after (len (index (split . " ") 0)) . | safeHTML }} {{ end }}

-
+
{{"" | safeHTML}} @@ -32,7 +32,7 @@

{{ with .name }} {{ index (split . " ") 0 | safeHTML }} {{ end }} {{ with .name }} {{ after (len (index (split . " ") 0)) . | safeHTML }} {{ end }}

-
+
{{"" | safeHTML}} diff --git a/layouts/tags/list.html b/layouts/tags/list.html index d4d4589..9f61bff 100644 --- a/layouts/tags/list.html +++ b/layouts/tags/list.html @@ -13,7 +13,7 @@

{{ with i18n "tagsTitle" }} {{ index (split . " ") 0 | safeHTML }} {{ end }} {{ with i18n "tagsTitle" }} {{ index (split . " ") 1 | safeHTML }} {{ end }}

-
+
{{ partial "tagcloud.html" . }}