From 67748a251382b4269e39281aa7abd1024bea5831 Mon Sep 17 00:00:00 2001 From: Niklas Buschmann Date: Mon, 3 Feb 2020 20:19:33 +0100 Subject: [PATCH] merge upstream --- layouts/_default/baseof.html | 7 +++++-- static/css/{theme.css => index.css} | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) rename static/css/{theme.css => index.css} (99%) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 2ff9369..0300bda 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -7,11 +7,14 @@ {{- end }} - + +{{- if .Site.Params.FontAwesome }} + +{{- end }} {{- if or .Params.math .Site.Params.math }} {{ partial "math.html" . }} {{- end }} @@ -20,7 +23,7 @@ {{ .Site.Title }} diff --git a/static/css/theme.css b/static/css/index.css similarity index 99% rename from static/css/theme.css rename to static/css/index.css index 5a02854..afcaed9 100644 --- a/static/css/theme.css +++ b/static/css/index.css @@ -129,7 +129,7 @@ article header { } article header h1 { - font-size: 2em; + font-size: 1.8em; margin: 0; }