diff options
author | Alexis Hovorka <[email protected]> | 2022-10-24 22:14:06 -0600 |
---|---|---|
committer | Alexis Hovorka <[email protected]> | 2022-10-24 22:14:06 -0600 |
commit | 634301e45433bf06fcdae500d51275677e568adb (patch) | |
tree | f7a5a3051648322c6243420667b120440e7fa1df /globals/eleventyComputed.json |
Initial commit
Diffstat (limited to 'globals/eleventyComputed.json')
-rw-r--r-- | globals/eleventyComputed.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/globals/eleventyComputed.json b/globals/eleventyComputed.json new file mode 100644 index 0000000..a16851f --- /dev/null +++ b/globals/eleventyComputed.json @@ -0,0 +1,3 @@ +{ + "pageTitle": "{{ title | safe }} – {{ metadata.title | safe }}" +} |