diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 70b88b8c..9cae0810 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -13,11 +13,11 @@ {{ if .Params.tags }} {{ end }} -{{ partial "footer.html" . }} \ No newline at end of file +{{ partial "footer.html" . }} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 3c962823..307de878 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -25,21 +25,21 @@ - + - - + + - +
{{ if .IsHome }} -

🍱{{ .Site.Title }}

+

🍱{{ .Site.Title }}

{{ else }} -

🍱{{ .Site.Title }}

+

🍱{{ .Site.Title }}

{{ end }}
-
\ No newline at end of file +
diff --git a/static/img/apple-touch-icon.png b/static/img/apple-touch-icon.png index 75824d51..e4f94695 100644 Binary files a/static/img/apple-touch-icon.png and b/static/img/apple-touch-icon.png differ diff --git a/static/img/favicon.ico b/static/img/favicon.ico new file mode 100644 index 00000000..ed3e0a49 Binary files /dev/null and b/static/img/favicon.ico differ diff --git a/static/img/favicon.png b/static/img/favicon.png deleted file mode 100644 index 75824d51..00000000 Binary files a/static/img/favicon.png and /dev/null differ diff --git a/theme.toml b/theme.toml index 7a8b2ad0..e6dc193c 100644 --- a/theme.toml +++ b/theme.toml @@ -1,7 +1,7 @@ # theme.toml template for a Hugo theme # See https://github.com/gohugoio/hugoThemes#themetoml for an example -name = "Hugo Paper" +name = "Paper" license = "MIT" licenselink = "https://github.com/nanxiaobei/hugo-paper/blob/master/LICENSE" description = "A simple & clean hugo theme"