From ac372bfc7b189d789c5a43d5520a19b8dedde33d Mon Sep 17 00:00:00 2001 From: luoxu34 Date: Sun, 24 Jun 2018 00:17:51 +0800 Subject: Add a favicon section to the config --- exampleSite/config.toml | 3 +++ layouts/partials/head.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 82e5ae6..46175ec 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -28,3 +28,6 @@ disqusShortname = "" height = 50 alt = "Logo" + [params.icon] + url = "favicon.ico" + diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 025c02f..4988d38 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -27,6 +27,6 @@ {{ end }} - + -- cgit v1.2.3