Added shrine launch date to each shrine

This commit is contained in:
Helen Chong 2023-07-28 20:05:49 +08:00
parent 360f3fb31e
commit 164130edbb
4 changed files with 8 additions and 4 deletions

View File

@ -41,7 +41,8 @@
<p class="date-style">July 28, 2023:</p>
<ul>
<li>New blog post: <a href="/blog/posts/2023-07-28-My-First-Birthday-After-the-Launch-of-Leilukins-Hub.html">My First Birthday After the Launch of Leilukin's Hub</a></li>
<li>New blog post: <a href="/blog/posts/2023-07-28-My-First-Birthday-After-the-Launch-of-Leilukins-Hub.html">My First Birthday After the Launch of Leilukin's Hub</a>.</li>
<li>Added shrine launch date to the footer of each <a href="/shrines/">shrine</a>.</li>
</ul>
<p class="date-style">July 27, 2023:</p>

View File

@ -66,7 +66,8 @@
<div class="text-box">
<p class="date-style">July 28, 2023:</p>
<ul>
<li>New blog post: <a href="/blog/posts/2023-07-28-My-First-Birthday-After-the-Launch-of-Leilukins-Hub.html">My First Birthday After the Launch of Leilukin's Hub</a></li>
<li>New blog post: <a href="/blog/posts/2023-07-28-My-First-Birthday-After-the-Launch-of-Leilukins-Hub.html">My First Birthday After the Launch of Leilukin's Hub</a>.</li>
<li>Added shrine launch date to the footer of each <a href="/shrines/">shrine</a>.</li>
</ul>
</div>
<a href="/changelog">View all site changelog</a>

View File

@ -1,4 +1,5 @@
// Footer component content
document.querySelector("footer").innerHTML = `
<p>Made with by Leilukin | <a href="#page-top">Back to top</a></p>
<p>Made with by Leilukin | Shrine Launched: February 16, 2023</p>
<p><a href="#page-top">Back to top</a></p>
`;

View File

@ -1,4 +1,5 @@
// Footer component content
document.querySelector("footer").innerHTML = `
<p>Made with and the Force by Leilukin | <a href="#page-top">Back to top</a></p>
<p>Made with and the Force by Leilukin | Shrine Launched: February 17, 2023</p>
<p><a href="#page-top">Back to top</a></p>
`;