the tweaks will continue until morale improves
This commit is contained in:
parent
2c7f53616e
commit
bb8caf62bf
3 changed files with 2 additions and 5 deletions
|
@ -69,6 +69,7 @@ header {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
display: block;
|
display: block;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
font-size: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
article h1 {
|
article h1 {
|
||||||
|
@ -136,6 +137,5 @@ hr {
|
||||||
code {
|
code {
|
||||||
/* what a horrible hack*/
|
/* what a horrible hack*/
|
||||||
font-family: monospace, serif;
|
font-family: monospace, serif;
|
||||||
font-size: 90%;
|
|
||||||
white-space: preserve nowrap;
|
white-space: preserve nowrap;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,6 @@ baseURL = 'https://wires.systems'
|
||||||
languageCode = 'en-us'
|
languageCode = 'en-us'
|
||||||
title = "wires"
|
title = "wires"
|
||||||
uglyurls = true
|
uglyurls = true
|
||||||
enableGitInfo = true
|
|
||||||
disableKinds = ['section']
|
disableKinds = ['section']
|
||||||
summaryLength = 10
|
summaryLength = 10
|
||||||
|
|
||||||
|
|
|
@ -2,9 +2,7 @@
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1>{{ .Title }}</h1>
|
<h1>{{ .Title }}</h1>
|
||||||
<time datetime="{{ .Lastmod }}"
|
<time datetime="{{ .Date }}">{{ .Date.Format "January 2, 2006" }}</time>
|
||||||
>{{ .Lastmod.Format "January 2, 2006" }}</time
|
|
||||||
>
|
|
||||||
</header>
|
</header>
|
||||||
{{ if .Params.toc }}
|
{{ if .Params.toc }}
|
||||||
<aside id="toc">
|
<aside id="toc">
|
||||||
|
|
Loading…
Add table
Reference in a new issue