mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 19:00:24 +00:00
Merge pull request #204 from hkpug/bug-footer-closing-tags
Fix HTML closing tags in footer.html
This commit is contained in:
commit
2bf5602bb7
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 }}
|
<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 }}
|
{{- end }}
|
||||||
</footer>
|
</footer>
|
||||||
|
</main><!-- #body-inner -->
|
||||||
{{- if .Params.chapter }}
|
{{- if .Params.chapter }}
|
||||||
</div> <!-- end chapter-->
|
</div> <!-- end chapter-->
|
||||||
{{- end }}
|
{{- end }}
|
||||||
</main><!-- #body-inner -->
|
|
||||||
{{- partial "custom-comments.html" . }}
|
{{- partial "custom-comments.html" . }}
|
||||||
</div>
|
</div>
|
||||||
</div><!-- #body -->
|
</div><!-- #body -->
|
||||||
|
|
Loading…
Reference in a new issue