reindent footer html
This commit is contained in:
parent
5e7c8b51ac
commit
24749f16d0
|
@ -27,7 +27,7 @@
|
|||
{{- partial "extend_footer.html" . }}
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
(function () {
|
||||
let menu = document.getElementById('menu')
|
||||
if (menu) {
|
||||
menu.scrollLeft = localStorage.getItem("menu-scroll-position");
|
||||
|
@ -72,7 +72,6 @@
|
|||
mybutton.style.opacity = "0";
|
||||
}
|
||||
};
|
||||
|
||||
</script>
|
||||
{{- end }}
|
||||
|
||||
|
@ -87,7 +86,6 @@
|
|||
localStorage.setItem("pref-theme", 'dark');
|
||||
}
|
||||
})
|
||||
|
||||
</script>
|
||||
{{- end }}
|
||||
|
||||
|
@ -122,7 +120,6 @@
|
|||
|
||||
{{- if .IsPage }}
|
||||
{{- partial "page_footer.html" . }}
|
||||
{{- else }}
|
||||
{{- end}}
|
||||
|
||||
{{- /* Search */}}
|
||||
|
|
|
@ -123,5 +123,5 @@
|
|||
{{- end }}
|
||||
|
||||
{{- if not (.Param "noComments") }}
|
||||
{{ partial "comments_js.html" . }}
|
||||
{{- partial "comments_js.html" . }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in New Issue