diff --git a/hugo.yaml b/hugo.yaml index 626179a..3f82254 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -20,7 +20,7 @@ services: params: mainSections: ["posts"] rssFullContent: true - favicon: "" + favicon: "/favicon.svg" footer: since: 2026 diff --git a/assets/img/avatar1.svg b/static/favicon.svg similarity index 100% rename from assets/img/avatar1.svg rename to static/favicon.svg