feat: add meta description tags to various pages

This commit is contained in:
Devin Haska 2024-03-23 18:50:06 -07:00
parent 8eb736f8dd
commit 3fc923551b
14 changed files with 20 additions and 6 deletions

View file

@ -6,6 +6,8 @@ pagination:
filter:
- post
permalink: /tags/{{ tag | slugify }}/index.html
eleventyComputed:
description: Browse all posts tagged with "{{ tag }}".
---
{% from "macros/posts.njk" import yearList %}