From ac1a0899ae79bb4e1eb79f17af45f7f2a9f26459 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 3 Jan 2025 18:50:55 +0800 Subject: Website update --- layouts/_default/baseof.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 6d931cb..359e544 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -2,7 +2,10 @@ + {{ block "title" . }}{{ .Site.Title }}{{ end }} + {{ $style := resources.Get "style.css" | resources.Minify | resources.Fingerprint }} + {{ block "main" . }} -- cgit v1.2.3