mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 19:00:24 +00:00
fix HTML closing tags in footer.html
This commit is contained in:
parent
fb340b7748
commit
14eda889c2
1 changed files with 1 additions and 1 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Reference in a new issue