website

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit bc258f9a146fc2abe091ff1981d1780429f89ee0
parent 9e5832e2b8b4a7ce4d51119154f0a54557e6081a
Author: Linus <93053722+linusbehrens@users.noreply.github.com>
Date:   Thu, 31 Jul 2025 21:31:10 +0200

Merge branch 'main' into css-fix
Diffstat:
Moutput/index.html | 12++++++------
Mtemplates/index.html/item.html | 3++-
2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/output/index.html b/output/index.html @@ -40,12 +40,12 @@ <div id="main"> <h1>Posts</h1> <table> -<tr><td><time>2025-06-01</time></td><td><a href="typst.html">Typst</a></td></tr> -<tr><td><time>2025-07-05</time></td><td><a href="pgp-yubikey.html">yubikey pgp config</a></td></tr> -<tr><td><time>2025-04-12</time></td><td><a href="markdown.html">Markdown</a></td></tr> -<tr><td><time>2025-04-11</time></td><td><a href="mario-kart.html">Mario Kart Emulator Setup</a></td></tr> -<tr><td><time>2024-09-05</time></td><td><a href="linux.html">Why Linux</a></td></tr> -<tr><td><time>2025-06-16</time></td><td><a href="dwl.html">dwl config</a></td></tr> +<tr><td><time class="code">2025-06-01</time></td><td><a href="typst.html">Typst</a></td></tr> +<tr><td><time class="code">2025-07-05</time></td><td><a href="pgp-yubikey.html">yubikey pgp config</a></td></tr> +<tr><td><time class="code">2025-04-12</time></td><td><a href="markdown.html">Markdown</a></td></tr> +<tr><td><time class="code">2025-04-11</time></td><td><a href="mario-kart.html">Mario Kart Emulator Setup</a></td></tr> +<tr><td><time class="code">2024-09-05</time></td><td><a href="linux.html">Why Linux</a></td></tr> +<tr><td><time class="code">2025-06-16</time></td><td><a href="dwl.html">dwl config</a></td></tr> </table> </div> </main> diff --git a/templates/index.html/item.html b/templates/index.html/item.html @@ -1 +1 @@ -<tr><td><code><time>${created}</time></code></td><td><a href="${filename}">${title}</a></td></tr> +<tr><td><code><time>${created}</time></code></td><td><a href="${filename}">${title}</a></td></tr> +\ No newline at end of file