From 99e7e7224a496c64847943089bac33a7a87ac7a6 Mon Sep 17 00:00:00 2001 From: Thomas Quinot Date: Sun, 23 Mar 2025 15:28:25 +0100 Subject: [PATCH] Add tag --- _source/_includes/head.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 _source/_includes/head.html diff --git a/_source/_includes/head.html b/_source/_includes/head.html new file mode 100644 index 0000000..05df80c --- /dev/null +++ b/_source/_includes/head.html @@ -0,0 +1,14 @@ + + + + + {%- seo -%} + + {%- feed_meta -%} + {%- if jekyll.environment == 'production' and site.google_analytics -%} + {%- include google-analytics.html -%} + {%- endif -%} + + + +