From c78ea88d814b2cf4114f6f730d90cc9af16ed9e4 Mon Sep 17 00:00:00 2001 From: fliegerjohn Date: Tue, 14 Jan 2025 08:16:08 +0100 Subject: [PATCH] Remove inline css --- layouts/_default/baseof.html | 1 - layouts/partials/header.html | 2 +- static/css/style.css | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 926c1f5..4aa0c3f 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -4,7 +4,6 @@ - {{ .Title }} {{ with .Site.Params.description }}{{ end }} {{ with .Site.Params.author }}{{ end }} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index d3088ff..f126a4f 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -2,7 +2,7 @@ {{ strings.Repeat ( .Site.Title | len | add 6 ) "=" }}
== {{ .Site.Title }} ==
{{ strings.Repeat ( .Site.Title | len | add 6 ) "=" }} -
{{ .Site.Params.subtitle }}

+
{{ .Site.Params.subtitle }}