diff --git a/_includes/layouts/base.njk b/_includes/layouts/base.njk index ae7f5bd..84f7449 100644 --- a/_includes/layouts/base.njk +++ b/_includes/layouts/base.njk @@ -7,11 +7,11 @@ {#- Atom and JSON feeds included by default #} - - + + {#- Uncomment this if you’d like folks to know that you used Eleventy to build your site! #} - {#- #} + {#- CSS bundles are provided via the `eleventy-plugin-bundle` plugin: diff --git a/_includes/layouts/post.njk b/_includes/layouts/post.njk index a4aa104..c571277 100644 --- a/_includes/layouts/post.njk +++ b/_includes/layouts/post.njk @@ -13,7 +13,7 @@ layout: layouts/base.njk {{ content | safe }} {%- for tag in tags | filterTagList %} -{%- set tagUrl %}/tags/{{ tag | slugify }}/{% endset %} +{%- set tagUrl %}/blog/tags/{{ tag | slugify }}/{% endset %} {{ tag }}{%- if not loop.last %}, {% endif %} {%- endfor %} @@ -36,4 +36,4 @@ layout: layouts/base.njk data-page-title="{{ title | slugify }}" data-theme="auto" > - #} \ No newline at end of file + #} diff --git a/content/tags-list.njk b/content/tags-list.njk index 3050c9c..2b17e47 100644 --- a/content/tags-list.njk +++ b/content/tags-list.njk @@ -1,12 +1,12 @@ --- -permalink: /tags/ +permalink: /blog/tags/ layout: layouts/home.njk ---

Tags

diff --git a/content/tags.njk b/content/tags.njk index 437598a..2b97125 100644 --- a/content/tags.njk +++ b/content/tags.njk @@ -12,11 +12,11 @@ pagination: layout: layouts/home.njk eleventyComputed: title: Tagged “{{ tag }}” -permalink: /tags/{{ tag | slugify }}/ +permalink: /blog/tags/{{ tag | slugify }}/ ---

Tagged “{{ tag }}”

{% set postslist = collections[ tag ] %} {% include "postslist.njk" %} -

See all tags.

+

See all tags.