rearranged footer items and added blog section to it

This commit is contained in:
2026-01-05 21:48:31 +01:00
parent c0a998bbbf
commit bafb395f09

View File

@@ -24,11 +24,12 @@
<div class="content-box">
<h6>Content</h6>
<a href="/projects">Projects</a>
<a href="/feeds">Feeds</a>
<a href="/blog">Blog</a>
<a href="/about">About</a>
</div>
<div class="content-box">
<h6>Meta</h6>
<a href="/feeds">Feeds</a>
<a href="https://codeberg.org/denizk0461/pages-svelte">Page Source</a>
<a href="/privacy">Privacy & Cookies</a>
</div>
@@ -53,7 +54,6 @@
footer h6 {
font-family: var(--font-mono);
font-style: italic;
}
footer p, footer a {