From fb8887c2a5534f2f08f308a2738f08d8dbcb06da Mon Sep 17 00:00:00 2001 From: Bruno Carlin Date: Sun, 15 Jun 2025 02:02:28 +0200 Subject: [PATCH] feat: add description meta tags to templates --- themes/bcarlin/layouts/_partials/head.html | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/bcarlin/layouts/_partials/head.html b/themes/bcarlin/layouts/_partials/head.html index e411316..ce697c8 100644 --- a/themes/bcarlin/layouts/_partials/head.html +++ b/themes/bcarlin/layouts/_partials/head.html @@ -20,5 +20,6 @@ {{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }} + {{ partialCached "head/css.html" . }} {{ partialCached "head/js.html" . }}