commit 8ae177756c29b7a6d3dfaf67505db1c863485549
parent 4adfa74724cf3b719c1fdb250335b4780fee0c41
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Wed, 8 Apr 2020 22:28:18 -0500
Wrap in div instead of footer
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
@@ -13,7 +13,7 @@
</nav>
{{ if .IsHome }}
<hr/>
-<footer class="h-card">
+<div class="h-card">
<img style="float:right;" src={{ .Site.Author.logo }}>
<a href="{{ .Site.Author.url }}" class="p-name u-url u-uid" rel="me">
{{ .Site.Author.name }}
@@ -21,5 +21,5 @@
<a rel="me" class="u-email" href="mailto:{{ .Site.Author.email }}">
{{ .Site.Author.email }}
</a>
-</footer>
+</div>
{{ end }}