From 2f9cffa891aafb1d7a2277885228544fb28a0889 Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Sun, 1 Sep 2024 18:55:12 -0500 Subject: make some extremely minor changes and fix the sticky header on mobile browsers --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/_default') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index d91f60f..18ea135 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -5,7 +5,7 @@ {{ if .IsHome }}{{ $title = .Site.Title }}{{ end }} {{ $title | title }} - + {{- block "head" . }}{{- end }} -- cgit v1.2.3