Merge pull request #204 from hkpug/bug-footer-closing-tags

Fix HTML closing tags in footer.html
This commit is contained in:
Sören Weber 2022-02-24 11:54:02 +01:00 committed by GitHub
commit 2bf5602bb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 -->