diff --git a/config.toml b/config.toml index 7960dec..c57445c 100644 --- a/config.toml +++ b/config.toml @@ -4,4 +4,5 @@ title = "lumbung.space" theme = "lumbung-theme" [params] - logo = "/img/logo.svg" \ No newline at end of file + logo = "/img/logo.svg" + favicon = "/img/favicon.ico" diff --git a/themes/lumbung-theme/static/img/favicon.ico b/themes/lumbung-theme/static/img/favicon.ico new file mode 100644 index 0000000..e79e1c4 Binary files /dev/null and b/themes/lumbung-theme/static/img/favicon.ico differ