Update TLD

master
Zach Leatherman 2020-07-17 09:36:28 -05:00
parent 5d46f4eac2
commit ffef660e0e
3 changed files with 3 additions and 3 deletions

View File

@ -80,7 +80,7 @@ module.exports = function(eleventyConfig) {
// If you dont 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: "/",

2
404.md
View File

@ -8,7 +8,7 @@ eleventyExcludeFromCollections: true
Go <a href="{{ '/' | url }}">home</a>.
{% 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:

View File

@ -28,7 +28,7 @@
<li>(Optional) Edit <code>.eleventy.js</code> with your <a href="https://www.11ty.dev/docs/config/">configuration preferences</a>.</li>
<li>Delete this message from <code>_includes/layouts/base.njk</code>.</li>
</ol>
<p><em>This is an <a href="https://www.11ty.io/">Eleventy project</a> created from the <a href="https://github.com/11ty/eleventy-base-blog"><code>eleventy-base-blog</code> repo</a>.</em></p>
<p><em>This is an <a href="https://www.11ty.dev/">Eleventy project</a> created from the <a href="https://github.com/11ty/eleventy-base-blog"><code>eleventy-base-blog</code> repo</a>.</em></p>
</div>
{{ content | safe }}