rearranged footer items and added blog section to it
This commit is contained in:
@@ -24,11 +24,12 @@
|
|||||||
<div class="content-box">
|
<div class="content-box">
|
||||||
<h6>Content</h6>
|
<h6>Content</h6>
|
||||||
<a href="/projects">Projects</a>
|
<a href="/projects">Projects</a>
|
||||||
<a href="/feeds">Feeds</a>
|
<a href="/blog">Blog</a>
|
||||||
<a href="/about">About</a>
|
<a href="/about">About</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="content-box">
|
<div class="content-box">
|
||||||
<h6>Meta</h6>
|
<h6>Meta</h6>
|
||||||
|
<a href="/feeds">Feeds</a>
|
||||||
<a href="https://codeberg.org/denizk0461/pages-svelte">Page Source</a>
|
<a href="https://codeberg.org/denizk0461/pages-svelte">Page Source</a>
|
||||||
<a href="/privacy">Privacy & Cookies</a>
|
<a href="/privacy">Privacy & Cookies</a>
|
||||||
</div>
|
</div>
|
||||||
@@ -53,7 +54,6 @@
|
|||||||
|
|
||||||
footer h6 {
|
footer h6 {
|
||||||
font-family: var(--font-mono);
|
font-family: var(--font-mono);
|
||||||
font-style: italic;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
footer p, footer a {
|
footer p, footer a {
|
||||||
|
|||||||
Reference in New Issue
Block a user