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

github.com/negrel/hugo-theme-pico.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Negrel <negrel.dev@protonmail.com>2021-01-30 23:02:20 +0300
committerAlexandre Negrel <negrel.dev@protonmail.com>2021-01-30 23:02:20 +0300
commit6bdd43b2793468e8d39c6f734c4bdbea22d6d36f (patch)
treefe30acfdb1f3774230156fdfaba14e0115e10464
parentd257ae645a31ec4639541d19d571cd732025d5bf (diff)
updating favicon
-rw-r--r--exampleSite/config.toml2
-rw-r--r--static/favicon.icobin0 -> 13742 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index abea099..311fe11 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -21,7 +21,7 @@ customJS = ["js/console.js"] # Path relative to assets folder
# in the front matter
description = "Boilerplate website"
email = "mail@example.com"
-favicon = '/favicon.png'
+favicon = '/favicon.ico'
# Dark mode support (default=false)
darkMode = true
diff --git a/static/favicon.ico b/static/favicon.ico
new file mode 100644
index 0000000..cb8b405
--- /dev/null
+++ b/static/favicon.ico
Binary files differ