From 728fe21ef132fc84ed3ca08809fdf54f2c23405b Mon Sep 17 00:00:00 2001
From: David Legrand <1110600+davlgd@users.noreply.github.com>
Date: Fri, 19 Jan 2024 22:56:21 +0100
Subject: [PATCH] chore: add canonical URL to head template (#261)
---
layouts/partials/head.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index d4b2632..59f9cba 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -16,6 +16,7 @@
{{ end -}}
+
{{ partial "opengraph.html" . }}
{{ template "_internal/schema.html" . -}}