From 24deb3f7400edc7f61324c44285f8d3eec36e96d Mon Sep 17 00:00:00 2001 From: x1y <23239177+x1y@users.noreply.github.com> Date: Fri, 1 Mar 2024 20:12:28 +0100 Subject: [PATCH] Updated CSP and related --- themes/pinetheme/assets/css/style.css | 6 ++++++ themes/pinetheme/layouts/partials/footer.html | 2 +- themes/pinetheme/layouts/partials/head.html | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/themes/pinetheme/assets/css/style.css b/themes/pinetheme/assets/css/style.css index 676eab47..f40f6ab9 100644 --- a/themes/pinetheme/assets/css/style.css +++ b/themes/pinetheme/assets/css/style.css @@ -994,4 +994,10 @@ button.podcast:hover { #footer span { font-weight: 300; margin-top: 0.6rem; +} +#footer-line { + max-width: 80rem; + background-color: #999; + height: 1px; + flex-grow: 1; } \ No newline at end of file diff --git a/themes/pinetheme/layouts/partials/footer.html b/themes/pinetheme/layouts/partials/footer.html index b044f042..a4eb2518 100644 --- a/themes/pinetheme/layouts/partials/footer.html +++ b/themes/pinetheme/layouts/partials/footer.html @@ -48,7 +48,7 @@

Guidelines

-
+
diff --git a/themes/pinetheme/layouts/partials/head.html b/themes/pinetheme/layouts/partials/head.html index eb952908..1590ee62 100644 --- a/themes/pinetheme/layouts/partials/head.html +++ b/themes/pinetheme/layouts/partials/head.html @@ -26,7 +26,7 @@ - + {{- template "_internal/opengraph.html" . -}}