feat: update meta description to use post excerpt
This commit is contained in:
parent
f39c5c2bd3
commit
4b925f99e9
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
"layout": "layouts/post",
|
||||
"tags": "post",
|
||||
"permalink": "posts/{{ page.fileSlug }}/index.html"
|
||||
"permalink": "posts/{{ page.fileSlug }}/index.html",
|
||||
"eleventyComputed": {
|
||||
"description": "{{ excerpt | safe }}"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue