mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01: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