From d88e5e5858b5d3071d974653ecce4525c3dbd234 Mon Sep 17 00:00:00 2001 From: Sarah Clinckemaillie Date: Wed, 22 May 2024 12:57:41 -0700 Subject: [PATCH] Add includes for jekyll --- _includes/head.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 _includes/head.html diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..899e96e --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,11 @@ + + + + + {%- seo -%} + + {%- feed_meta -%} + {%- if jekyll.environment == 'production' and site.google_analytics -%} + {%- include google-analytics.html -%} + {%- endif -%} +