From 6ecf8baa44f242aafb257b6aec13d2fb7cfe5bcc Mon Sep 17 00:00:00 2001 From: Siddhartha Golu Date: Sat, 27 Jan 2024 12:37:57 +0530 Subject: [PATCH] add back umami script for analytics --- layouts/partials/extend_head.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 layouts/partials/extend_head.html diff --git a/layouts/partials/extend_head.html b/layouts/partials/extend_head.html new file mode 100644 index 0000000..930ebf6 --- /dev/null +++ b/layouts/partials/extend_head.html @@ -0,0 +1,6 @@ +{{- /* Head custom content area start */ -}} +{{- /* Insert any custom code (web-analytics, resources, etc.) - it will appear in the section of every page. */ -}} +{{- /* Can be overwritten by partial with the same name in the global layouts. */ -}} +{{- /* Umami script for analytics */ -}} + +{{- /* Head custom content area end */ -}}