From 164130edbb253213e358eaafa01d695f9e3879d0 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Fri, 28 Jul 2023 20:05:49 +0800 Subject: [PATCH] Added shrine launch date to each shrine --- changelog/index.html | 3 ++- home.html | 3 ++- shrines/asummersend/js/footer.js | 3 ++- shrines/starwarskotor/js/footer.js | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/changelog/index.html b/changelog/index.html index 6e0558a9..5ffc1c13 100644 --- a/changelog/index.html +++ b/changelog/index.html @@ -41,7 +41,8 @@

July 28, 2023:

July 27, 2023:

diff --git a/home.html b/home.html index 3bd3f97c..79b419d6 100644 --- a/home.html +++ b/home.html @@ -66,7 +66,8 @@

July 28, 2023:

View all site changelog diff --git a/shrines/asummersend/js/footer.js b/shrines/asummersend/js/footer.js index a472b170..a10eb1c9 100644 --- a/shrines/asummersend/js/footer.js +++ b/shrines/asummersend/js/footer.js @@ -1,4 +1,5 @@ // Footer component content document.querySelector("footer").innerHTML = ` -

Made with ♥ by Leilukin | Back to top

+

Made with ♥ by Leilukin | Shrine Launched: February 16, 2023

+

Back to top

`; \ No newline at end of file diff --git a/shrines/starwarskotor/js/footer.js b/shrines/starwarskotor/js/footer.js index 3b2fcb94..17f830b3 100644 --- a/shrines/starwarskotor/js/footer.js +++ b/shrines/starwarskotor/js/footer.js @@ -1,4 +1,5 @@ // Footer component content document.querySelector("footer").innerHTML = ` -

Made with ♥ and the Force by Leilukin | Back to top

+

Made with ♥ and the Force by Leilukin | Shrine Launched: February 17, 2023

+

Back to top

`; \ No newline at end of file