Moved site map link to footer
This commit is contained in:
parent
428fa80929
commit
712b811d57
|
@ -43,6 +43,7 @@
|
||||||
<p class="date-style">July 25, 2023:</p>
|
<p class="date-style">July 25, 2023:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Replaced some of the images for my <a href="/shrines/asummersend/"><cite>A Summer’s End — Hong Kong 1986</cite> shrine</a> pages, including the header image.</li>
|
<li>Replaced some of the images for my <a href="/shrines/asummersend/"><cite>A Summer’s End — Hong Kong 1986</cite> shrine</a> pages, including the header image.</li>
|
||||||
|
<li>Moved the link to the <a href="/sitemap.html">site map</a> from the navigation bar to the footer.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p class="date-style">July 12, 2023:</p>
|
<p class="date-style">July 12, 2023:</p>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
// Footer component content
|
// Footer component content
|
||||||
document.querySelector("footer").innerHTML = `
|
document.querySelector("footer").innerHTML = `
|
||||||
<p>Made with ♥ by Leilukin | Site Launched: September 11, 2022</p>
|
<p>Made with ♥ by Leilukin | <a href="/sitemap.html">Site Map</a></p>
|
||||||
<p><a href="/changelog">Website Changelog</a> | <a href="#page-top">Back to top</a></p>
|
<p>Site Launched: September 11, 2022 | <a href="/changelog">Website Changelog</a></p>
|
||||||
|
<p><a href="#page-top">↑ Back to top ↑</a></p>
|
||||||
`;
|
`;
|
|
@ -32,7 +32,6 @@ document.querySelector("nav").innerHTML = `
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav__item"><a href="/links/">Links</a></li>
|
<li class="nav__item"><a href="/links/">Links</a></li>
|
||||||
<li class="nav__item"><a href="/sitemap.html">Site Map</a></li>
|
|
||||||
<li class="nav__toggle"><a href="#"><i class="fas fa-bars"></i></a></li>
|
<li class="nav__toggle"><a href="#"><i class="fas fa-bars"></i></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
`;
|
`;
|
|
@ -46,6 +46,7 @@
|
||||||
<p class="date-style">July 25, 2023:</p>
|
<p class="date-style">July 25, 2023:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Replaced some of the images for my <a href="/shrines/asummersend/"><cite>A Summer’s End — Hong Kong 1986</cite> shrine</a> pages, including the header image.</li>
|
<li>Replaced some of the images for my <a href="/shrines/asummersend/"><cite>A Summer’s End — Hong Kong 1986</cite> shrine</a> pages, including the header image.</li>
|
||||||
|
<li>Moved the link to the <a href="/sitemap.html">site map</a> from the navigation bar to the footer.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<a href="/changelog">View all site changelog</a>
|
<a href="/changelog">View all site changelog</a>
|
||||||
|
|
Loading…
Reference in New Issue