the tweaks will continue until morale improves

This commit is contained in:
wires 2025-04-02 11:35:44 -04:00
parent 2c7f53616e
commit bb8caf62bf
Signed by: wires
SSH key fingerprint: SHA256:9GtP+M3O2IivPDlw1UY872UPUuJH2gI0yG6ExBxaaiM
3 changed files with 2 additions and 5 deletions

View file

@ -69,6 +69,7 @@ header {
padding: 1rem;
display: block;
overflow-x: auto;
font-size: 90%;
}
article h1 {
@ -136,6 +137,5 @@ hr {
code {
/* what a horrible hack*/
font-family: monospace, serif;
font-size: 90%;
white-space: preserve nowrap;
}

View file

@ -2,7 +2,6 @@ baseURL = 'https://wires.systems'
languageCode = 'en-us'
title = "wires"
uglyurls = true
enableGitInfo = true
disableKinds = ['section']
summaryLength = 10

View file

@ -2,9 +2,7 @@
<article>
<header>
<h1>{{ .Title }}</h1>
<time datetime="{{ .Lastmod }}"
>{{ .Lastmod.Format "January 2, 2006" }}</time
>
<time datetime="{{ .Date }}">{{ .Date.Format "January 2, 2006" }}</time>
</header>
{{ if .Params.toc }}
<aside id="toc">