From a82def494e1edde58b781e57368655218431d9fe Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Sun, 2 Jun 2024 14:30:38 +0800 Subject: [PATCH] Use sitemeta data variable for webmaster's name on shrine pages --- src/_includes/asummersend/shrineinfo.njk | 2 +- src/_includes/cassettebeasts/shrineinfo.njk | 2 +- src/_includes/starwarskotor/shrineinfo.njk | 2 +- src/shrines/asummersend.njk | 5 +++-- src/shrines/cassettebeasts.njk | 5 +++-- src/shrines/starwarskotor.njk | 5 +++-- 6 files changed, 12 insertions(+), 9 deletions(-) diff --git a/src/_includes/asummersend/shrineinfo.njk b/src/_includes/asummersend/shrineinfo.njk index 41d25c2f..fd7e8c2e 100644 --- a/src/_includes/asummersend/shrineinfo.njk +++ b/src/_includes/asummersend/shrineinfo.njk @@ -1,7 +1,7 @@ {% extends "global/shrineinfo.njk" %} {% block shrineAbout %} -

Welcome to Leilukin's shrine for {% cite "A Summer’s End — Hong Kong 1986" %}, an indie visual novel developed by Oracle and Bone. Set in 1980s Hong Kong, it tells of a love story between two women.

+

Welcome to {{ sitemeta.siteAuthor.name }}'s shrine for {% cite "A Summer’s End — Hong Kong 1986" %}, an indie visual novel developed by Oracle and Bone. Set in 1980s Hong Kong, it tells of a love story between two women.

{% endblock %} {% block shrineLinks %} diff --git a/src/_includes/cassettebeasts/shrineinfo.njk b/src/_includes/cassettebeasts/shrineinfo.njk index 412f121a..786ecd5d 100644 --- a/src/_includes/cassettebeasts/shrineinfo.njk +++ b/src/_includes/cassettebeasts/shrineinfo.njk @@ -1,7 +1,7 @@ {% extends "global/shrineinfo.njk" %} {% block shrineAbout %} -

Welcome to Leilukin's shrine for {% cite "Cassette Beasts" %}, an indie monster collecting turn-based open-world role-playing video game developed by Bytten Studio and published by Raw Fury.

+

Welcome to {{ sitemeta.siteAuthor.name }}'s shrine for {% cite "Cassette Beasts" %}, an indie monster collecting turn-based open-world role-playing video game developed by Bytten Studio and published by Raw Fury.

{% endblock %} {% block shrineLinks %} diff --git a/src/_includes/starwarskotor/shrineinfo.njk b/src/_includes/starwarskotor/shrineinfo.njk index 451681aa..4bb8a51b 100644 --- a/src/_includes/starwarskotor/shrineinfo.njk +++ b/src/_includes/starwarskotor/shrineinfo.njk @@ -1,7 +1,7 @@ {% extends "global/shrineinfo.njk" %} {% block shrineAbout %} -

Welcome to Leilukin's shrine for {% cite "Star Wars: Knights of the Old Republic" %}, a series of role-playing video games set in the {% cite "Star Wars" %} universe, taking place almost 4,000 years before the events of the Skywalker film saga.

+

Welcome to {{ sitemeta.siteAuthor.name }}'s shrine for {% cite "Star Wars: Knights of the Old Republic" %}, a series of role-playing video games set in the {% cite "Star Wars" %} universe, taking place almost 4,000 years before the events of the Skywalker film saga.

{% endblock %} {% block shrineLinks %} diff --git a/src/shrines/asummersend.njk b/src/shrines/asummersend.njk index 5c706a41..22c772a8 100644 --- a/src/shrines/asummersend.njk +++ b/src/shrines/asummersend.njk @@ -2,16 +2,17 @@ layout: asummersend/content tags: shrine home title: A Summer’s End — Hong Kong 1986 Shrine -desc: My shrine for A Summer’s End — Hong Kong 1986 isContentDivided: true eleventyNavigation: key: A Summer’s End Shrine parent: Shrines title: A Summer’s End — Hong Kong 1986 Shrine +eleventyComputed: + desc: "{{ sitemeta.siteAuthor.name }}'s shrine for A Summer’s End — Hong Kong 1986." ---
-

Welcome to Leilukin's {% cite "A Summer’s End — Hong Kong 1986" %} Shrine!

+

Welcome to My {% cite "A Summer’s End — Hong Kong 1986" %} Shrine!

Promotional image of A Summer’s End — Hong Kong 1986 diff --git a/src/shrines/cassettebeasts.njk b/src/shrines/cassettebeasts.njk index b127ce75..2045a5f7 100644 --- a/src/shrines/cassettebeasts.njk +++ b/src/shrines/cassettebeasts.njk @@ -2,16 +2,17 @@ layout: cassettebeasts/content tags: shrine home title: Cassette Beasts Shrine -desc: My shrine for Cassette Beasts. isContentDivided: true eleventyNavigation: key: Cassette Beasts Shrine parent: Shrines +eleventyComputed: + desc: "{{ sitemeta.siteAuthor.name }}'s shrine for Cassette Beasts." --- {% set imageAssetBaseUrl = '/assets/shrines/cassettebeasts/images/' %}
-

Welcome to Leilukin's {% cite "Cassette Beasts" %} Shrine!

+

Welcome to My {% cite "Cassette Beasts" %} Shrine!

Promotional image of Cassette Beasts

{% cite "Cassette Beasts" %} is a 2D/3D hybrid monster collecting open-world role-playing video game developed by Bytten Studio, an indie team based in Brighton, United Kingdom, co-founded by Jay Baylis and Tom Coxon, and published by Raw Fury.

diff --git a/src/shrines/starwarskotor.njk b/src/shrines/starwarskotor.njk index e7ebea62..709e5728 100644 --- a/src/shrines/starwarskotor.njk +++ b/src/shrines/starwarskotor.njk @@ -2,16 +2,17 @@ layout: starwarskotor/content tags: shrine home title: "Star Wars: Knights of the Old Republic Shrine" -desc: "My shrine for Star Wars: Knights of the Old Republic series." isContentDivided: true eleventyNavigation: key: KotOR Shrine parent: Shrines title: "Star Wars: Knights of the Old Republic Shrine" +eleventyComputed: + desc: "{{ sitemeta.siteAuthor.name }}'s shrine for Star Wars: Knights of the Old Republic series." ---
-

Welcome to Leilukin's {% cite "Star Wars: Knights of the Old Republic" %} Shrine!

+

Welcome to My {% cite "Star Wars: Knights of the Old Republic" %} Shrine!

Cover art compilation of Star Wars: Knights of the Old Republic series