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:
parent
838e607122
commit
e252e761f5
2 changed files with 3 additions and 2 deletions
|
|
@ -18,7 +18,7 @@
|
|||
{{- block "main" . }}
|
||||
{{- end }}
|
||||
</main>
|
||||
{{- partialCached "footer.html" . .Type .Layout }}
|
||||
{{- partialCached "footer.html" . .Type .Layout .Params }}
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue