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' %} + 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"