From d20c8f1ea44186e9420c51abd2316c2a1f6fc2b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Fri, 31 May 2024 15:04:29 +0100 Subject: [PATCH] polish site configs --- config/_default/hugo.toml | 2 ++ exampleSite/config/_default/hugo.toml | 1 + layouts/_default/index.json | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 5f921347..8641c4f6 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -15,6 +15,8 @@ summaryLength = 0 buildDrafts = false buildFuture = false +enableEmoji = true + # googleAnalytics = "G-XXXXXXXXX" [imaging] diff --git a/exampleSite/config/_default/hugo.toml b/exampleSite/config/_default/hugo.toml index d058b6da..619ae7a7 100644 --- a/exampleSite/config/_default/hugo.toml +++ b/exampleSite/config/_default/hugo.toml @@ -17,6 +17,7 @@ hasCJKLanguage = true buildDrafts = false buildFuture = false +enableEmoji = true googleAnalytics = "G-PEDMYR1V0K" diff --git a/layouts/_default/index.json b/layouts/_default/index.json index 0a7626c9..7fbcfe26 100644 --- a/layouts/_default/index.json +++ b/layouts/_default/index.json @@ -16,4 +16,4 @@ "type" .Type ) -}} {{- end -}} -{{- $index | jsonify -}} +{{- $index | jsonify -}} \ No newline at end of file