feat: cleanup, add title tag finally

This commit is contained in:
Devin Haska 2024-02-08 21:39:45 -08:00
parent 1cad57d8e8
commit a8a79d9f29
5 changed files with 11 additions and 4 deletions

View file

@ -1,6 +1,7 @@
---
permalink: /posts/index.html
layout: "base"
title: Posts
---
{% set posts = collections.posts | organizeByDate %}

View file

@ -5,6 +5,8 @@ pagination:
alias: tag
permalink: /tag/{{ tag }}/index.html
layout: "base"
eleventyComputed:
title: "Tag: {{ tag }}"
---
{% set posts = collections.postsByCategory[tag] %}