From 726ca45683974e991c3c2d172039716be8cb0d4c Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Sun, 11 Aug 2024 10:00:56 -0500 Subject: changes to copyright and style. open links in new tab if theyre to another site --- layouts/_default/baseof.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index e5b0ed0..d91f60f 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -4,6 +4,8 @@ {{ $title := print .Title " - " .Site.Title }} {{ if .IsHome }}{{ $title = .Site.Title }}{{ end }} {{ $title | title }} + + {{- block "head" . }}{{- end }} @@ -13,7 +15,7 @@ {{ .Site.Title }} {{ .Title }} @@ -26,7 +28,10 @@
- © Tim Keller 2024 + {{ if .Site.Params.copyright.include }} + © {{ time.Now.Year }} {{ .Site.Params.copyright.name }} – {{ .Site.Params.copyright.type }} + {{ end }} + {{ partial "theme-copyright.html" . }} -- cgit v1.2.3