feat: update meta description to use post excerpt

This commit is contained in:
Devin Haska 2024-03-05 14:45:36 -08:00
parent f39c5c2bd3
commit 4b925f99e9

View file

@ -1,5 +1,8 @@
{ {
"layout": "layouts/post", "layout": "layouts/post",
"tags": "post", "tags": "post",
"permalink": "posts/{{ page.fileSlug }}/index.html" "permalink": "posts/{{ page.fileSlug }}/index.html",
"eleventyComputed": {
"description": "{{ excerpt | safe }}"
}
} }