about summary refs log tree commit diff
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2023-08-04 15:19:35 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2023-08-04 15:19:35 +0700
commit743ec02a6980c4ee0fbd9f2cb5f23b568dc6d706 (patch)
tree3d9efae1a8b3c3724844cece5d4e4c13c2ca9331 /layouts/_default/baseof.html
parentb472b8a7485a560740000f945f6e2fef3829fbb5 (diff)
downloadvictor-743ec02a6980c4ee0fbd9f2cb5f23b568dc6d706.tar.gz
Check site params only books
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 86a13fe..f53932d 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -9,7 +9,7 @@ SPDX-License-Identifier: MIT
 <html lang="{{ .Page.Language.Lang }}">
 <head>
     {{ block "head" . }}
-        {{ partialCached "head.html" . }}
+        {{ partial "head.html" . }}
     {{ end }}
 </head>
 <body>