changed header and footers
This commit is contained in:
@@ -32,6 +32,16 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://blog.voidarc.co.uk/assets/css/prism-sweetie.min.css" />
|
||||
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/prism.min.js"></script>
|
||||
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/plugins/autoloader/prism-autoloader.min.js"></script>
|
||||
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/plugins/line-numbers/prism-line-numbers.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/@alpinejs/collapse@3.x.x/dist/cdn.min.js"></script>
|
||||
@@ -133,13 +143,13 @@
|
||||
:class="{ 'text-magenta!': currentPage.startsWith('/posts') }"
|
||||
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
||||
href="https://blog.voidarc.co.uk/posts"
|
||||
>Blog</a>
|
||||
>Posts</a>
|
||||
|
||||
<a
|
||||
:class="{ 'text-magenta!': currentPage.startsWith('https://git.voidarc.co.uk') }"
|
||||
:class="{ 'text-magenta!': currentPage.startsWith('/categories') }"
|
||||
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
||||
href="https://git.voidarc.co.uk"
|
||||
>Git</a>
|
||||
href="https://blog.voidarc.co.uk/categories"
|
||||
>Tags</a>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -178,13 +188,13 @@
|
||||
:class="{ 'text-blue!': currentPage.startsWith('/posts') }"
|
||||
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
||||
href="https://blog.voidarc.co.uk/posts"
|
||||
>Blog</a>
|
||||
>Posts</a>
|
||||
|
||||
<a
|
||||
:class="{ 'text-blue!': currentPage.startsWith('https://git.voidarc.co.uk') }"
|
||||
:class="{ 'text-blue!': currentPage.startsWith('/categories') }"
|
||||
class="text-text-alt hover:text-blue px-3 py-2 rounded-md text-sm font-medium"
|
||||
href="https://git.voidarc.co.uk"
|
||||
>Git</a>
|
||||
href="https://blog.voidarc.co.uk/categories"
|
||||
>Tags</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -201,7 +211,7 @@
|
||||
<section>
|
||||
<h2>Recent posts</h2>
|
||||
|
||||
<div class="bg-surface p-4 mt-4 border-2 border-base-alt rounded-md shadow-lg">
|
||||
<div class="bg-surface p-4 mt-4 border-2 border-base-alt rounded-xl shadow-lg">
|
||||
<div class="flex flex-col">
|
||||
<h3 class="mt-0! text-text-alt"><a class="no-underline! hover:underline! hover:decoration-dashed" href="https://blog.voidarc.co.uk/posts/site/">Making a Blog Using a Niche Markdown Language</a></h3>
|
||||
<time class="text-dark-grey dark:text-grey" datetime="2026-03-21T11:39:17+00:00">March 21, 2026</time>
|
||||
@@ -233,7 +243,7 @@
|
||||
|
||||
<a
|
||||
href="https://git.voidarc.co.uk/voidarc"
|
||||
class="text-blue hover:underline">user01</a
|
||||
class="text-blue hover:underline">Adumh00man</a
|
||||
>.
|
||||
|
||||
|
||||
@@ -242,21 +252,12 @@
|
||||
</span>
|
||||
<div class="flex flex-inline">
|
||||
|
||||
<div class="mr-4 md:mr-6 lg:mr-8 last:mr-0">
|
||||
<a
|
||||
href="url"
|
||||
class="hover:text-blue"
|
||||
>
|
||||
<span>Link_name</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="mr-4 md:mr-6 lg:mr-8 last:mr-0">
|
||||
<a
|
||||
href="https://git.voidarc.co.uk/voidarc"
|
||||
class="hover:text-blue"
|
||||
>
|
||||
<span>Github</span>
|
||||
<span>Git</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user