Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/heyeshuang/hugo-theme-tokiwa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHe Yeshuang <yeshuanghe@gmail.com>2020-05-16 19:07:29 +0300
committerHe Yeshuang <yeshuanghe@gmail.com>2020-05-18 15:15:49 +0300
commit1ce153b4097c9fcedef1758c74d16e2a06d8c9c2 (patch)
treefe7a5b91014d1a27112e623dec9212a3de2e961a /layouts
parent5816b43ec8a956911b470ea6c476a0fed7382ee3 (diff)
prepare for publish
Diffstat (limited to 'layouts')
-rwxr-xr-xlayouts/partials/page-aside.html5
-rw-r--r--layouts/partials/site-favicon.html2
2 files changed, 3 insertions, 4 deletions
diff --git a/layouts/partials/page-aside.html b/layouts/partials/page-aside.html
index 899ba77..3bf636b 100755
--- a/layouts/partials/page-aside.html
+++ b/layouts/partials/page-aside.html
@@ -1,10 +1,9 @@
<div class="md:max-w-xs flex flex-col md:items-end">
{{ partial "site-navigation.html" . }}
{{ partial "social-follow.html" . }}
- <div class="text-sm text-gray-500 leading-tight">
+ <div class="text-sm text-gray-500 leading-tight a-gray">
{{.Site.Copyright|safeHTML}}
<br />
- Built with Hugo and theme <a class='text-gray-500 hover:text-gray-400 focus:text-gray-400'
- href="https://github.com/heyeshuang/hugo-theme-tokiwa">Tokiwa</a>. {{.WordCount }} words in this page.
+ Built with Hugo and theme <a href="https://github.com/heyeshuang/hugo-theme-tokiwa">Tokiwa</a>. {{.WordCount }} words in this page.
</div>
</div> \ No newline at end of file
diff --git a/layouts/partials/site-favicon.html b/layouts/partials/site-favicon.html
index ffb9642..b804f48 100644
--- a/layouts/partials/site-favicon.html
+++ b/layouts/partials/site-favicon.html
@@ -1,3 +1,3 @@
{{ if .Site.Params.favicon }}
-<link rel="shortcut icon" href="/{{ .Site.Params.favicon }}" type="image/x-icon" />
+<link rel="shortcut icon" href="/{{ .Site.Params.favicon }}" type="image/png" />
{{ end }} \ No newline at end of file