diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-08-04 15:19:35 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-08-04 15:19:35 +0700 |
commit | 743ec02a6980c4ee0fbd9f2cb5f23b568dc6d706 (patch) | |
tree | 3d9efae1a8b3c3724844cece5d4e4c13c2ca9331 /layouts/_default/baseof.html | |
parent | b472b8a7485a560740000f945f6e2fef3829fbb5 (diff) | |
download | victor-743ec02a6980c4ee0fbd9f2cb5f23b568dc6d706.tar.gz |
Check site params only books
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r-- | layouts/_default/baseof.html | 2 |
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> |