From 626b5493f1702c906b802779142e507e932f40b3 Mon Sep 17 00:00:00 2001 From: "Kevin C. Coram" Date: Fri, 6 Dec 2019 23:21:33 -0500 Subject: [PATCH] Remove redundant "box" div --- layouts/partials/author-card.html | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/layouts/partials/author-card.html b/layouts/partials/author-card.html index 2470b9a..d261386 100644 --- a/layouts/partials/author-card.html +++ b/layouts/partials/author-card.html @@ -1,16 +1,14 @@
-
- -
- -
- {{ .Site.Params.Card.Locality }}, - {{ .Site.Params.Card.Region }}, - {{ .Site.Params.Card.Country }} -
- {{ partial "social.html" . }} + +
+ +
+ {{ .Site.Params.Card.Locality }}, + {{ .Site.Params.Card.Region }}, + {{ .Site.Params.Card.Country }} +
+ {{ partial "social.html" . }}
\ No newline at end of file