reindent footer html
This commit is contained in:
parent
5e7c8b51ac
commit
24749f16d0
|
@ -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 */}}
|
||||||
|
|
|
@ -123,5 +123,5 @@
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- if not (.Param "noComments") }}
|
{{- if not (.Param "noComments") }}
|
||||||
{{ partial "comments_js.html" . }}
|
{{- partial "comments_js.html" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in New Issue