Made with ♥ by {{ sitemeta.siteAuthor.name }} • Shrine Launched: 16 February 2023
+
Made with ♥ by {{ sitemeta.siteAuthor.name }} • Shrine Launched: 16 February 2023
{% endblock %}
diff --git a/src/_includes/asummersend/hero.njk b/src/_includes/asummersend/hero.njk
index 9a7417e7..e8c9af7b 100644
--- a/src/_includes/asummersend/hero.njk
+++ b/src/_includes/asummersend/hero.njk
@@ -1,46 +1,46 @@
{% extends "global/hero.njk" %}
{% block heroImg %}
-
-
-
-
+
+
+
+
{% endblock %}
{% block eventScript %}
- const todayEvent = getTodayEvent();
+const todayEvent = getTodayEvent();
- if (todayEvent) {
- heroTopBarEl.classList.remove('hidden');
- heroTopBarEl.innerHTML = todayEvent;
- }
+if (todayEvent) {
+ heroTopBarEl.classList.remove('hidden');
+ heroTopBarEl.innerHTML = todayEvent;
+}
- function getTodayEvent() {
- const date = new Date();
- const month = date.getMonth() + 1;
- const day = date.getDate();
- const year = date.getFullYear();
+function getTodayEvent() {
+ const date = new Date();
+ const month = date.getMonth() + 1;
+ const day = date.getDate();
+ const year = date.getFullYear();
- const aseReleaseDate = new Date("2020-04-23").getFullYear();
- const aseAnniversary = year - aseReleaseDate;
+ const aseReleaseDate = new Date("2020-04-23").getFullYear();
+ const aseAnniversary = year - aseReleaseDate;
- if (month === 2 && day === 16)
- return `
- Today is Michelle Cheung's birthday. Happy Birthday Michelle!
- `;
- else if (month === 4 && day === 23)
- return `
- Today is the ${aseAnniversary}-year anniversary of the release of {% cite "A Summer’s End — Hong Kong 1986" %}!
- `;
- else if (month === 8 && day === 9)
- return `
- Today is Cecelia Cortes' birthday. Happy Birthday Cecelia!
- `;
- else if (month === 12 && day === 28)
- return `
- Today is Sam Wong's birthday. Happy Birthday Sam!
- `;
- else
- return null;
- }
-{% endblock %}
\ No newline at end of file
+ if (month === 2 && day === 16)
+ return `
+ Today is Michelle Cheung's birthday. Happy Birthday Michelle!
+ `;
+ else if (month === 4 && day === 23)
+ return `
+ Today is the ${aseAnniversary}-year anniversary of the release of {% cite "A Summer’s End — Hong Kong 1986" %}!
+ `;
+ else if (month === 8 && day === 9)
+ return `
+ Today is Cecelia Cortes' birthday. Happy Birthday Cecelia!
+ `;
+ else if (month === 12 && day === 28)
+ return `
+ Today is Sam Wong's birthday. Happy Birthday Sam!
+ `;
+ else
+ return null;
+}
+{% endblock %}
diff --git a/src/_includes/asummersend/shrineinfo.njk b/src/_includes/asummersend/shrineinfo.njk
index fd7e8c2e..0bea6ca6 100644
--- a/src/_includes/asummersend/shrineinfo.njk
+++ b/src/_includes/asummersend/shrineinfo.njk
@@ -1,12 +1,12 @@
{% extends "global/shrineinfo.njk" %}
{% block shrineAbout %}
-
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.
+
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.
Made with ♥ by {{ sitemeta.siteAuthor.name }} • Shrine Launched: 3 August 2023
+
Made with ♥ by {{ sitemeta.siteAuthor.name }} • Shrine Launched: 3 August 2023
{% endblock %}
diff --git a/src/_includes/cassettebeasts/hero.njk b/src/_includes/cassettebeasts/hero.njk
index 3a523712..9068ea7e 100644
--- a/src/_includes/cassettebeasts/hero.njk
+++ b/src/_includes/cassettebeasts/hero.njk
@@ -1,40 +1,40 @@
{% extends "global/hero.njk" %}
{% block heroImg %}
-
-
-
-
+
+
+
+
{% endblock %}
{% block eventScript %}
- const todayEvent = getTodayEvent();
+const todayEvent = getTodayEvent();
- if (todayEvent) {
- heroTopBarEl.classList.remove('hidden');
- heroTopBarEl.innerHTML = todayEvent;
- }
+if (todayEvent) {
+ heroTopBarEl.classList.remove('hidden');
+ heroTopBarEl.innerHTML = todayEvent;
+}
- function getTodayEvent() {
- const date = new Date();
- const month = date.getMonth() + 1;
- const day = date.getDate();
- const year = date.getFullYear();
+function getTodayEvent() {
+ const date = new Date();
+ const month = date.getMonth() + 1;
+ const day = date.getDate();
+ const year = date.getFullYear();
- const cbReleaseDate = new Date("2023-04-26").getFullYear();
- const pierReleaseDate = new Date("2023-10-04").getFullYear();
- const cbAnniversary = year - cbReleaseDate;
- const pierAnniversary = year - pierReleaseDate;
+ const cbReleaseDate = new Date("2023-04-26").getFullYear();
+ const pierReleaseDate = new Date("2023-10-04").getFullYear();
+ const cbAnniversary = year - cbReleaseDate;
+ const pierAnniversary = year - pierReleaseDate;
- if (month === 4 && day === 26)
- return `
- Today is the ${cbAnniversary}-year anniversary of the release of {% cite "Cassette Beasts" %}!
- `;
- else if (month === 10 && day === 4)
- return `
- Today is the ${pierAnniversary}-year anniversary of the release of Pier of the Unknown, the first DLC expansion of {% cite "Cassette Beasts" %}!
- `;
- else
- return null;
- }
-{% endblock %}
\ No newline at end of file
+ if (month === 4 && day === 26)
+ return `
+ Today is the ${cbAnniversary}-year anniversary of the release of {% cite "Cassette Beasts" %}!
+ `;
+ else if (month === 10 && day === 4)
+ return `
+ Today is the ${pierAnniversary}-year anniversary of the release of Pier of the Unknown, the first DLC expansion of {% cite "Cassette Beasts" %}!
+ `;
+ else
+ return null;
+}
+{% endblock %}
diff --git a/src/_includes/cassettebeasts/shrineinfo.njk b/src/_includes/cassettebeasts/shrineinfo.njk
index 0f2380f9..1c755f8b 100644
--- a/src/_includes/cassettebeasts/shrineinfo.njk
+++ b/src/_includes/cassettebeasts/shrineinfo.njk
@@ -1,14 +1,14 @@
{% extends "global/shrineinfo.njk" %}
{% block shrineAbout %}
-
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.
+
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.
Made with ♥ by {{ sitemeta.siteAuthor.name }} • Shrine Launched: 21 November 2024
+
Made with ♥ by {{ sitemeta.siteAuthor.name }} • Shrine Launched: 21 November 2024
{% endblock %}
diff --git a/src/_includes/pokemonoras/hero.njk b/src/_includes/pokemonoras/hero.njk
index d55c42db..82e06ca8 100644
--- a/src/_includes/pokemonoras/hero.njk
+++ b/src/_includes/pokemonoras/hero.njk
@@ -1,34 +1,34 @@
{% extends "global/hero.njk" %}
{% block heroImg %}
-
-
-
-
+
+
+
+
{% endblock %}
{% block eventScript %}
- const todayEvent = getTodayEvent();
+const todayEvent = getTodayEvent();
- if (todayEvent) {
- heroTopBarEl.classList.remove('hidden');
- heroTopBarEl.innerHTML = todayEvent;
- }
+if (todayEvent) {
+ heroTopBarEl.classList.remove('hidden');
+ heroTopBarEl.innerHTML = todayEvent;
+}
- function getTodayEvent() {
- const date = new Date();
- const month = date.getMonth() + 1;
- const day = date.getDate();
- const year = date.getFullYear();
+function getTodayEvent() {
+ const date = new Date();
+ const month = date.getMonth() + 1;
+ const day = date.getDate();
+ const year = date.getFullYear();
- const orasReleaseDate = new Date("2014-11-21").getFullYear();
- const orasAnniversary = year - orasReleaseDate;
+ const orasReleaseDate = new Date("2014-11-21").getFullYear();
+ const orasAnniversary = year - orasReleaseDate;
- if (month === 11 && day === 21)
- return `
- Today is the ${orasAnniversary}-year anniversary of the release of Pokémon Omega Ruby" and Alpha Sapphire!
- `;
- else
- return null;
- }
-{% endblock %}
\ No newline at end of file
+ if (month === 11 && day === 21)
+ return `
+ Today is the ${orasAnniversary}-year anniversary of the release of Pokémon Omega Ruby" and Alpha Sapphire!
+ `;
+ else
+ return null;
+}
+{% endblock %}
diff --git a/src/_includes/pokemonoras/shrineinfo.njk b/src/_includes/pokemonoras/shrineinfo.njk
index 08242077..4ae40c0a 100644
--- a/src/_includes/pokemonoras/shrineinfo.njk
+++ b/src/_includes/pokemonoras/shrineinfo.njk
@@ -1,10 +1,10 @@
{% extends "global/shrineinfo.njk" %}
{% block shrineAbout %}
-
Welcome to {{ sitemeta.siteAuthor.name }}'s shrine for {% cite "Pokémon Omega Ruby and Alpha Sapphire" %}, remakes of the 2002 Game Boy Advance role-playing video games {% cite "Pokémon Ruby" %} and {% cite "Pokémon Sapphire" %}. The games are part of the sixth generation of the {% cite "Pokémon" %} main series of video games, developed by Game Freak and published by The Pokémon Company and Nintendo for the Nintendo 3DS.
+
Welcome to {{ sitemeta.siteAuthor.name }}'s shrine for {% cite "Pokémon Omega Ruby and Alpha Sapphire" %}, remakes of the 2002 Game Boy Advance role-playing video games {% cite "Pokémon Ruby" %} and {% cite "Pokémon Sapphire" %}. The games are part of the sixth generation of the {% cite "Pokémon" %} main series of video games, developed by Game Freak and published by The Pokémon Company and Nintendo for the Nintendo 3DS.
Made with ♥ and the Force by {{ sitemeta.siteAuthor.name }} • Shrine Launched: 17 February 2023
+
Made with ♥ and the Force by {{ sitemeta.siteAuthor.name }} • Shrine Launched: 17 February 2023
{% endblock %}
diff --git a/src/_includes/starwarskotor/hero.njk b/src/_includes/starwarskotor/hero.njk
index 50666614..4f0f50f6 100644
--- a/src/_includes/starwarskotor/hero.njk
+++ b/src/_includes/starwarskotor/hero.njk
@@ -1,40 +1,40 @@
{% extends "global/hero.njk" %}
{% block heroImg %}
-
-
-
-
+
+
+
+
{% endblock %}
{% block eventScript %}
- const todayEvent = getTodayEvent();
+const todayEvent = getTodayEvent();
- if (todayEvent) {
- heroTopBarEl.classList.remove('hidden');
- heroTopBarEl.innerHTML = todayEvent;
- }
+if (todayEvent) {
+ heroTopBarEl.classList.remove('hidden');
+ heroTopBarEl.innerHTML = todayEvent;
+}
- function getTodayEvent() {
- const date = new Date();
- const month = date.getMonth() + 1;
- const day = date.getDate();
- const year = date.getFullYear();
+function getTodayEvent() {
+ const date = new Date();
+ const month = date.getMonth() + 1;
+ const day = date.getDate();
+ const year = date.getFullYear();
- const kotor1ReleaseDate = new Date("2003-07-15").getFullYear();
- const kotor2ReleaseDate = new Date("2004-12-06").getFullYear();
- const kotor1Anniversary = year - kotor1ReleaseDate;
- const kotor2Anniversary = year - kotor2ReleaseDate;
+ const kotor1ReleaseDate = new Date("2003-07-15").getFullYear();
+ const kotor2ReleaseDate = new Date("2004-12-06").getFullYear();
+ const kotor1Anniversary = year - kotor1ReleaseDate;
+ const kotor2Anniversary = year - kotor2ReleaseDate;
- if (month === 7 && day === 15)
- return `
- Today is the ${kotor1Anniversary}-year anniversary of the release of Star Wars: Knihgts of the Old Republic
- `;
- else if (month === 12 && day === 6)
- return `
- Today is the ${kotor2Anniversary}-year anniversary of the release of Star Wars: Knights of the Old Republic II — The Sith Lords
- `;
- else
- return null;
- }
-{% endblock %}
\ No newline at end of file
+ if (month === 7 && day === 15)
+ return `
+ Today is the ${kotor1Anniversary}-year anniversary of the release of Star Wars: Knihgts of the Old Republic
+ `;
+ else if (month === 12 && day === 6)
+ return `
+ Today is the ${kotor2Anniversary}-year anniversary of the release of Star Wars: Knights of the Old Republic II — The Sith Lords
+ `;
+ else
+ return null;
+}
+{% endblock %}
diff --git a/src/_includes/starwarskotor/shrineinfo.njk b/src/_includes/starwarskotor/shrineinfo.njk
index 5673ad43..5edeadc5 100644
--- a/src/_includes/starwarskotor/shrineinfo.njk
+++ b/src/_includes/starwarskotor/shrineinfo.njk
@@ -1,11 +1,11 @@
{% extends "global/shrineinfo.njk" %}
{% block shrineAbout %}
-
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.
+
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.