summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-02-05 23:12:09 +0100
committerThomas Letan <lthms@soap.coffee>2020-02-05 23:12:09 +0100
commite0648ba3161016c8abad5cd80f03eef189cc4078 (patch)
tree7ee6b5fa129c3e04cb76012cde2123ae81ca6708
parentAdd a minimal navigation bar for the website (diff)
Some more minor tweaks
-rw-r--r--site/style/main.css2
-rw-r--r--soupault.conf3
2 files changed, 2 insertions, 3 deletions
diff --git a/site/style/main.css b/site/style/main.css
index d3ffae4..e58b933 100644
--- a/site/style/main.css
+++ b/site/style/main.css
@@ -48,7 +48,7 @@ body#default nav li {
padding-right: .5em;
text-transform: uppercase;
font-family: sans-serif;
- font-size: 150%;
+ font-size: 130%;
}
body#default nav li a {
diff --git a/soupault.conf b/soupault.conf
index 90570de..40f38cf 100644
--- a/soupault.conf
+++ b/soupault.conf
@@ -26,8 +26,7 @@
[widgets.page-title]
widget = "title"
selector = "h1"
- default = "~lthms"
- append = " &mdash; ~lthms"
+ default = "soap.coffee/~lthms"
[widgets.generator-meta]
widget = "insert_html"