Add Articles parameter to title
This commit is contained in:
parent
59e97059ca
commit
ca4ecd2cee
|
@ -3,6 +3,7 @@
|
||||||
"layout": "starwarskotor/content",
|
"layout": "starwarskotor/content",
|
||||||
"isArticle": true,
|
"isArticle": true,
|
||||||
"eleventyComputed": {
|
"eleventyComputed": {
|
||||||
|
"title": "{{ articleTitle }} | Articles",
|
||||||
"eleventyNavigation": {
|
"eleventyNavigation": {
|
||||||
"key": "{{ articleTitle or title }}",
|
"key": "{{ articleTitle or title }}",
|
||||||
"parent": "KotOR Articles"
|
"parent": "KotOR Articles"
|
||||||
|
|
Loading…
Reference in New Issue