From 610a0603cb9f3856b09847a83512cd08eafe04aa Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Tue, 30 Jun 2020 17:24:59 +0200 Subject: [PATCH] Enable emoji support --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index ff96cc3..bf733af 100644 --- a/config.toml +++ b/config.toml @@ -3,6 +3,7 @@ languageCode = "en-gb" title = "netflux.io" theme = "minimal-bootstrap-hugo" staticDir = ["static"] +enableEmoji = true [taxonomies] tag = "tags"