Remove redundant "box" div

master
Kevin C. Coram 2019-12-06 23:21:33 -05:00
parent a53fb3666f
commit 626b5493f1
Signed by: kevin
GPG Key ID: 0342351B3D61AD35
1 changed files with 10 additions and 12 deletions

View File

@ -1,5 +1,4 @@
<div class="h-card box">
<div class="box">
<img class="u-photo" src="{{ .Site.Params.Card.Photo | absURL}}" alt="" />
<div class="author-card-content">
<div class="author-card-header">
@ -13,4 +12,3 @@
{{ partial "social.html" . }}
</div>
</div>
</div>