feat: an "end" partial
This commit is contained in:
1
layouts/_partials/end.html
Normal file
1
layouts/_partials/end.html
Normal file
@@ -0,0 +1 @@
|
||||
{{- partial "custom/end.html" -}}
|
||||
@@ -8,6 +8,7 @@
|
||||
{{- if or (eq .Site.Params.footer.enable nil) (.Site.Params.footer.enable) }}
|
||||
{{ partial "footer.html" . }}
|
||||
{{ end }}
|
||||
{{ partial "end.html" .}}
|
||||
{{ partial "scripts.html" . }}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user