Browse Source

Update TLD

upstream
Zach Leatherman 2 years ago
parent
commit
ffef660e0e
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      .eleventy.js
  2. +1
    -1
      404.md
  3. +1
    -1
      _includes/layouts/base.njk

+ 1
- 1
.eleventy.js View File

@ -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: "/",


+ 1
- 1
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:


+ 1
- 1
_includes/layouts/base.njk 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 }}


Loading…
Cancel
Save