diff --git a/_includes/layouts/post.njk b/_includes/layouts/post.njk index b7ac204..f562248 100644 --- a/_includes/layouts/post.njk +++ b/_includes/layouts/post.njk @@ -6,7 +6,7 @@ bodyClass: radial-mid
-

{{ title }}

+

{{ title }}

{%- for tag in tags | filterTagList | sort() %} {%- set tagUrl %}/tags/{{ tag | slugify }}/{% endset %} diff --git a/_includes/postslist.njk b/_includes/postslist.njk index 4854713..a9dfb16 100644 --- a/_includes/postslist.njk +++ b/_includes/postslist.njk @@ -1,7 +1,7 @@