Added shrine launch date to each shrine
This commit is contained in:
parent
360f3fb31e
commit
164130edbb
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
`;
|
|
@ -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>
|
||||
`;
|
Loading…
Reference in New Issue