From 5c3453de6c9e3170f525600b9f05a2a8704c0e30 Mon Sep 17 00:00:00 2001 From: Jan Heinrich Reimer Date: Mon, 4 Mar 2024 08:55:53 +0100 Subject: [PATCH] Remove template code --- layouts/_default/baseof.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 67f25a9..451d38a 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -36,15 +36,10 @@ {{- end -}} {{- end -}} - {{/* NOTE: These Hugo Internal Templates can be found starting at - https://github.com/spf13/hugo/blob/master/tpl/tplimpl/template_embedded.go#L158 */}} + {{/* NOTE: These Hugo Internal Templates can be found starting at https://github.com/gohugoio/hugo/tree/master/tpl/tplimpl/embedded/templates */}} {{- template "_internal/opengraph.html" . -}} {{- template "_internal/schema.html" . -}} {{- template "_internal/twitter_cards.html" . -}} - - {{- if eq (getenv "HUGO_ENV") "production" -}} - {{- template "_internal/google_analytics_async.html" . -}} - {{- end -}}