Reformatting

This commit is contained in:
2024-11-04 23:23:20 +00:00
parent bdcc7cea6a
commit 232599a7f8
18 changed files with 140 additions and 100 deletions

View File

@@ -19,7 +19,7 @@ const eleventyComputed = {
---
<h1>Tagged “{{ tag }}”</h1>
{% set postslist = collections[ tag ] %}
{% set postslist = collections[tag] %}
{% include "postslist.njk" %}
<p>See <a href="tags.njk">all tags</a>.</p>
<p>See <a href="tags.njk">all tags</a>.</p>