mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
extended_footer: init
* add placeholder template for extending footer closes #37
This commit is contained in:
parent
b720e4a523
commit
a41f09bb99
5
layouts/partials/extend_footer.html
Normal file
5
layouts/partials/extend_footer.html
Normal file
@ -0,0 +1,5 @@
|
||||
<!-- Footer custom content area start -->
|
||||
<!--
|
||||
Insert any custom code web-analytics, resources, etc. here
|
||||
-->
|
||||
<!-- Footer custom content area end -->
|
@ -15,6 +15,7 @@
|
||||
<path d="M12 6H0l6-6z" /></svg>
|
||||
</button>
|
||||
</a>
|
||||
{{- partial "extend_footer.html" . -}}
|
||||
{{ if in site.Params.mainSections .Type }}
|
||||
{{- $highlight := slice (resources.Get "js/highlight.min.js") | resources.Concat "assets/js/highlight.js" | minify | fingerprint -}}
|
||||
<script src="{{ $highlight.Permalink }}" integrity="{{ $highlight.Data.Integrity }}"></script>
|
||||
@ -66,4 +67,4 @@
|
||||
<script>
|
||||
localStorage.removeItem("pref-theme");
|
||||
</script>
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
Loading…
Reference in New Issue
Block a user