From a477daf1e6582f91745ebbcb9878713018905385 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 21 Feb 2024 09:21:36 +0100 Subject: [PATCH] Revert "feat(comments): replace commento with remark42" This reverts commit 6c39b1f7e7917d5acb51459d442e696fd5c41bb4. --- layouts/_default/baseof.html | 38 ++++++++++++++++++++++++++++++++++-- layouts/_default/single.html | 23 ++-------------------- 2 files changed, 38 insertions(+), 23 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index fdd0aff..584f547 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -5,15 +5,49 @@ {{ hugo.Generator }} - + {{ $style := resources.Get "css/main.scss" | resources.ExecuteAsTemplate "css/main.scss" . | resources.ToCSS | resources.Minify | resources.Fingerprint -}} + {{ template "_internal/google_analytics.html" . }} {{ template "_internal/twitter_cards.html" . }} {{ template "_internal/opengraph.html" . }}