reindent footer html

This commit is contained in:
Reorx 2022-05-19 22:36:23 +08:00
parent 5e7c8b51ac
commit 24749f16d0
2 changed files with 93 additions and 96 deletions

View File

@ -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 */}}

View File

@ -123,5 +123,5 @@
{{- end }}
{{- if not (.Param "noComments") }}
{{ partial "comments_js.html" . }}
{{- partial "comments_js.html" . }}
{{ end }}