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"; mybutton.style.opacity = "0";
} }
}; };
</script> </script>
{{- end }} {{- end }}
@ -87,7 +86,6 @@
localStorage.setItem("pref-theme", 'dark'); localStorage.setItem("pref-theme", 'dark');
} }
}) })
</script> </script>
{{- end }} {{- end }}
@ -122,7 +120,6 @@
{{- if .IsPage }} {{- if .IsPage }}
{{- partial "page_footer.html" . }} {{- partial "page_footer.html" . }}
{{- else }}
{{- end}} {{- end}}
{{- /* Search */}} {{- /* Search */}}

View File

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