From 65d9124d5d2d71c27b0024e08c45044363ff54fb Mon Sep 17 00:00:00 2001 From: Jochen Schalanda Date: Fri, 31 Oct 2025 10:45:37 +0100 Subject: [PATCH] chore: add `feed_meta` tag to default layout https://github.com/jekyll/jekyll-feed?tab=readme-ov-file#meta-tags Signed-off-by: Jochen Schalanda --- _layouts/default.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index 404953dd..529ecfcd 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -13,6 +13,7 @@ {% seo %} + {% feed_meta %} {% if jekyll.environment == "development" %} @@ -24,4 +25,4 @@ {% include footer.html %} - \ No newline at end of file +