diff --git a/gulp/content/index.js b/gulp/content/index.js index 753269a..106aba3 100644 --- a/gulp/content/index.js +++ b/gulp/content/index.js @@ -117,6 +117,7 @@ exports.write = async function writePageContent ({ prod }) { : siteInfo.title, description: page.meta.description || siteInfo.description, }, + site: siteInfo, local: { cwd: page.cwd, root: ROOT, diff --git a/package.json b/package.json index 76cc35a..a8a0150 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,8 @@ "domain": "genderdysphoria.fyi", "siteUrl": "https://genderdysphoria.fyi", "description": "A resource for those questioning their gender, already on a gender journey, or simply wanting to learn more about what it is to be transgender.", + "creator": "TwippingVanilla", + "author": "Jocelyn Badgley", "rss": { "title": "That's Gender Dysphoria, FYI", "feed_url": "https://genderdysphoria.fyi/atom.xml", diff --git a/pages/index.html b/pages/index.html index d8ff5df..fd5c243 100644 --- a/pages/index.html +++ b/pages/index.html @@ -1,12 +1,12 @@ {{#extend "layout"}} {{#content "meta"}} - - + + - - + + {{/content}} diff --git a/templates/layout.hbs b/templates/layout.hbs index 68ee42c..c8d8931 100644 --- a/templates/layout.hbs +++ b/templates/layout.hbs @@ -4,11 +4,11 @@ - + - - - + + + {{block "meta"}} {{page.title}} diff --git a/templates/post.hbs b/templates/post.hbs index a2fa366..9878fc3 100644 --- a/templates/post.hbs +++ b/templates/post.hbs @@ -11,7 +11,7 @@ {{/if}} - {{/content}} + {{/content}} {{#append 'post-header'}}