From e1745b84ee8be1c10d9fb334fd3b4659624fcd38 Mon Sep 17 00:00:00 2001 From: Niklas Buschmann Date: Fri, 19 Jul 2019 18:54:30 +0200 Subject: [PATCH] add brightheader option --- README.md | 4 ++++ layouts/_default/baseof.html | 2 +- static/css/theme.css | 29 +++++++++++++---------------- 3 files changed, 18 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 3046b42..2a482db 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,10 @@ Second, specify `contrast-hugo` as your default theme in the `config.toml` file. at the top of the file. +## Options + +To use the bright header, you can set `brightheader = true` in the `params` section of your config. + ## Features - supports dark mode on macOS Mojave diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 9dc75b1..83105dc 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -17,7 +17,7 @@ {{- end }} -
+

{{ .Site.Title }}