mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
remove unneeded spaces from HTML
This commit is contained in:
parent
15f890999f
commit
a728d1afd6
1 changed files with 1 additions and 2 deletions
|
@ -2,12 +2,11 @@
|
|||
|
||||
{{ .Content }}
|
||||
|
||||
<footer class=" footline" >
|
||||
<footer class="footline">
|
||||
{{with .Params.LastModifierDisplayName}}
|
||||
<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}}
|
||||
</div>
|
||||
{{end}}
|
||||
</footer>
|
||||
|
||||
|
||||
{{ partial "footer.html" . }}
|
||||
|
|
Loading…
Reference in a new issue