new footer section
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled

This commit is contained in:
2025-10-26 21:34:52 +07:00
parent 1f5c887c7f
commit 6cfcf535e7
+7 -1
View File
@@ -7,7 +7,7 @@ const currentYear = new Date().getFullYear();
<div class="article article-footer">
<section class="web-section">
<div class="web-footer-links-container-container">
<div class="web-footer-links-container">
<div class="web-footer-links-container" style="margin-right: 4rem;">
<h3 class="web-footer-link-title">Site</h3>
<ul class="web-footer-links">
<li class="web-footer-link"><NuxtLink href="/posts">Posts</NuxtLink></li>
@@ -18,6 +18,12 @@ const currentYear = new Date().getFullYear();
<li class="web-footer-link"><NuxtLink href="/collections">Collections</NuxtLink></li>
</ul>
</div>
<div class="web-footer-links-container">
<h3 class="web-footer-link-title">More</h3>
<ul class="web-footer-links">
<li class="web-footer-link"><NuxtLink href="/services">Services</NuxtLink></li>
</ul>
</div>
</div>
</section>
<section class="web-section">