wires

summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--assets/style.css2
-rw-r--r--hugo.toml1
-rw-r--r--layouts/_default/single.html4
3 files changed, 2 insertions, 5 deletions
diff --git a/assets/style.css b/assets/style.css
index 167c29e..f87534a 100644
--- a/assets/style.css
+++ b/assets/style.css
@@ -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;
 }
diff --git a/hugo.toml b/hugo.toml
index 470efaf..f7df85e 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -2,7 +2,6 @@ baseURL = 'https://wires.systems'
 languageCode = 'en-us'
 title = "wires"
 uglyurls = true
-enableGitInfo = true
 disableKinds = ['section']
 summaryLength = 10
 
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 6499907..3a5063f 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -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">