diff --git a/config.toml b/config.toml index d65c8f3..6503f95 100644 --- a/config.toml +++ b/config.toml @@ -6,7 +6,7 @@ DefaultContentLanguage = "en" # Default language fo [params] themeStyle = "auto" # Choose "light" or "dark" or "auto" - favicon = "/img/fav.ico" # Path to favicon file + favicon = "/img/favicon.png" # Path to favicon file showMenu = true # Show navigation menu showRSSButton = false # Show rss button in navigation fadeIn = false # Turn on/off the fade-in effect diff --git a/public/404.html b/public/404.html index 492d5ee..da9caaf 100644 --- a/public/404.html +++ b/public/404.html @@ -34,7 +34,7 @@ - + diff --git a/public/blog/index.html b/public/blog/index.html index 9b60a82..730ba1c 100644 --- a/public/blog/index.html +++ b/public/blog/index.html @@ -34,7 +34,7 @@ Posts - Dendroalsia - + diff --git a/public/blog/prettyrivers/index.html b/public/blog/prettyrivers/index.html index b7022d5..e217553 100644 --- a/public/blog/prettyrivers/index.html +++ b/public/blog/prettyrivers/index.html @@ -32,7 +32,7 @@ Pretty Rivers - Dendroalsia - + diff --git a/public/blog/riverlevelcharts/index.html b/public/blog/riverlevelcharts/index.html index e8e2245..a8a7474 100644 --- a/public/blog/riverlevelcharts/index.html +++ b/public/blog/riverlevelcharts/index.html @@ -32,7 +32,7 @@ River Level Charts - Dendroalsia - + diff --git a/public/img/fav.ico b/public/img/fav.ico deleted file mode 100644 index 92e1208..0000000 Binary files a/public/img/fav.ico and /dev/null differ diff --git a/public/img/favicon.png b/public/img/favicon.png new file mode 100644 index 0000000..042bd83 Binary files /dev/null and b/public/img/favicon.png differ diff --git a/public/index.html b/public/index.html index cb31600..e16a5d1 100644 --- a/public/index.html +++ b/public/index.html @@ -35,7 +35,7 @@ Dendroalsia - + diff --git a/public/series/index.html b/public/series/index.html index 50a75ea..11557c9 100644 --- a/public/series/index.html +++ b/public/series/index.html @@ -34,7 +34,7 @@ Series - Dendroalsia - + diff --git a/public/tags/index.html b/public/tags/index.html index 5ef78a0..b3acdb6 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -34,7 +34,7 @@ Tags - Dendroalsia - + diff --git a/static/img/fav.ico b/static/img/fav.ico deleted file mode 100644 index 92e1208..0000000 Binary files a/static/img/fav.ico and /dev/null differ diff --git a/static/img/favicon.png b/static/img/favicon.png new file mode 100644 index 0000000..042bd83 Binary files /dev/null and b/static/img/favicon.png differ