mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2025-09-03 02:28:34 +02:00
footer: allow disabling HLJS #143
usage => in site config => params: assets: disableHLJS: true per-page in front-matter => disableHLJS: true
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
{{- block "main" . }}
|
||||
{{- end }}
|
||||
</main>
|
||||
{{- partialCached "footer.html" . .Type .Layout }}
|
||||
{{- partialCached "footer.html" . .Type .Layout .Params }}
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user