From a9a569ea24457442a3ef79f947690bba8dcfb04e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 21 Oct 2025 09:14:31 +0000 Subject: [PATCH 1/3] Initial plan From 13e89f4ff500b9fcb9ab616d0a957f65eed3f457 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 21 Oct 2025 09:21:29 +0000 Subject: [PATCH 2/3] Initial investigation: Fix Google Fonts plugin and identify duplicate titles Co-authored-by: Bullrich <8524599+Bullrich@users.noreply.github.com> --- .eleventy.js | 2 +- src/_includes/partials/head.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.eleventy.js b/.eleventy.js index 66bef0a..cb68405 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -10,7 +10,7 @@ module.exports = config => { // Plugins config.addPlugin(syntaxHighlight); - config.addPlugin(eleventyGoogleFonts); + // config.addPlugin(eleventyGoogleFonts); config.addPlugin(rssPlugin); config.addCollection('blog', collection => { diff --git a/src/_includes/partials/head.html b/src/_includes/partials/head.html index 41d195b..17b42e3 100644 --- a/src/_includes/partials/head.html +++ b/src/_includes/partials/head.html @@ -2,4 +2,4 @@ {% include "partials/metadata.html" %} -{% eleventyGoogleFonts 'https://fonts.googleapis.com/css2?family=Arvo:wght@700&family=Lora&family=Merriweather&family=Mulish&family=Source+Sans+Pro&display=swap' %} + From cbe9f3f5e18bc592e13f86077025a0db3649bf72 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 21 Oct 2025 09:22:48 +0000 Subject: [PATCH 3/3] Fix duplicate page title for 'The Role Reversal' post Co-authored-by: Bullrich <8524599+Bullrich@users.noreply.github.com> --- src/blog/2025-06-21-the-role-reversal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blog/2025-06-21-the-role-reversal.md b/src/blog/2025-06-21-the-role-reversal.md index feed6f8..0e5e28b 100644 --- a/src/blog/2025-06-21-the-role-reversal.md +++ b/src/blog/2025-06-21-the-role-reversal.md @@ -1,6 +1,6 @@ --- layout: "layouts/blog.html" - title: "Role Reversal" + title: "The Role Reversal" date: "2025-06-21T18:10:24.688Z" categories: "blog" tags: "gpt"