From ffef660e0e96b2ee69dac7e0a5b9e2aa87ebc5a6 Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Fri, 17 Jul 2020 09:36:28 -0500 Subject: [PATCH] Update TLD --- .eleventy.js | 2 +- 404.md | 2 +- _includes/layouts/base.njk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.eleventy.js b/.eleventy.js index b5321d7..d4774be 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -80,7 +80,7 @@ module.exports = function(eleventyConfig) { // If you don’t have a subdirectory, use "" or "/" (they do the same thing) // This is only used for link URLs (it does not affect your file structure) - // Best paired with the `url` filter: https://www.11ty.io/docs/filters/url/ + // Best paired with the `url` filter: https://www.11ty.dev/docs/filters/url/ // You can also pass this in on the command line using `--pathprefix` // pathPrefix: "/", diff --git a/404.md b/404.md index 2beb8b7..0d39dd3 100644 --- a/404.md +++ b/404.md @@ -8,7 +8,7 @@ eleventyExcludeFromCollections: true Go home. {% comment %} -Read more: https://www.11ty.io/docs/quicktips/not-found/ +Read more: https://www.11ty.dev/docs/quicktips/not-found/ This will work for both GitHub pages and Netlify: diff --git a/_includes/layouts/base.njk b/_includes/layouts/base.njk index 179a24d..e1a2b09 100644 --- a/_includes/layouts/base.njk +++ b/_includes/layouts/base.njk @@ -28,7 +28,7 @@
  • (Optional) Edit .eleventy.js with your configuration preferences.
  • Delete this message from _includes/layouts/base.njk.
  • -

    This is an Eleventy project created from the eleventy-base-blog repo.

    +

    This is an Eleventy project created from the eleventy-base-blog repo.

    {{ content | safe }}