fix HTML closing tags in footer.html

This commit is contained in:
hkpug 2022-02-24 18:11:06 +08:00
parent fb340b7748
commit 14eda889c2

View file

@ -3,10 +3,10 @@
<i class='fas fa-user'></i> <a href="mailto:{{ $.Params.LastModifierEmail }}">{{ . }}</a> {{ with $.Date }} <i class='fas fa-calendar'></i> {{ .Format "02/01/2006" }}{{ end }}
{{- end }}
</footer>
</main><!-- #body-inner -->
{{- if .Params.chapter }}
</div> <!-- end chapter-->
{{- end }}
</main><!-- #body-inner -->
{{- partial "custom-comments.html" . }}
</div>
</div><!-- #body -->