From 8ed142c3cff9698d3c5cc0018e449f3e139a0724 Mon Sep 17 00:00:00 2001 From: Kalen Johnson Date: Thu, 25 Apr 2024 11:22:19 -0500 Subject: [PATCH] Fix build, opengraph.html is calling an html file that is not included in repo --- themes/compose/layouts/partials/opengraph.html | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/compose/layouts/partials/opengraph.html b/themes/compose/layouts/partials/opengraph.html index 7a2c2f3c..89f344c2 100644 --- a/themes/compose/layouts/partials/opengraph.html +++ b/themes/compose/layouts/partials/opengraph.html @@ -2,5 +2,4 @@ {{- template "_internal/schema.html" . -}} {{- template "_internal/twitter_cards.html" . -}} {{- if eq (getenv "HUGO_ENV") "production" }} -{{- template "_internal/google_analytics_async.html" . }} {{- end }}