website

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

commit c4eab6ac2d9d39c9ebdaeac1bba138c40184d239
parent 82c5ab6b7ed8e43f935558119d70bf2015473f2e
Author: linus <mail@linus-behrens.de>
Date:   Thu, 31 Jul 2025 21:19:10 +0200

datum als code classe -> mono typeface

Diffstat:
Moutput/index.html | 12++++++------
Mtemplates/index.html/item.html | 2+-
2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/output/index.html b/output/index.html @@ -39,12 +39,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><time>${created}</time></td><td><a href="${filename}">${title}</a></td></tr> +<tr><td><time class="code">${created}</time></td><td><a href="${filename}">${title}</a></td></tr>