We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e58f5 commit db38e15Copy full SHA for db38e15
layouts/partials/footer.html
@@ -14,7 +14,7 @@
14
<path d="M12 6H0l6-6z" /></svg>
15
</button>
16
{{- partial "extend_footer.html" . -}}
17
-{{ if in site.Params.mainSections .Type }}
+{{ if (and (in site.Params.mainSections .Type) (ne .Layout `archives`) (ne .Layout `search`)) }}
18
{{- if not .Site.Params.assets.disableFingerprinting }}
19
{{- $highlight := slice (resources.Get "js/highlight.min.js") | resources.Concat "assets/js/highlight.js" | minify | fingerprint }}
20
<script defer src="{{ $highlight.Permalink }}" integrity="{{ $highlight.Data.Integrity }}"
0 commit comments