diff --git a/layouts/partials/widgets/about.html b/layouts/partials/widgets/about.html
index f97a2828..fda5ca5a 100644
--- a/layouts/partials/widgets/about.html
+++ b/layouts/partials/widgets/about.html
@@ -2,7 +2,7 @@
{{ $page := .page }}
-
+
@@ -16,19 +16,21 @@
{{ $.Site.Params.name }}
{{ $.Site.Params.role }}
{{ if $.Site.Params.organization }}
-
+
+
{{ range $.Site.Params.social }}
{{ $pack := or .icon_pack "fa" }}
-
-
+
diff --git a/layouts/partials/widgets/contact.html b/layouts/partials/widgets/contact.html
index 2beccdbd..4d0890fd 100644
--- a/layouts/partials/widgets/contact.html
+++ b/layouts/partials/widgets/contact.html
@@ -11,12 +11,12 @@
{{ with $page.Content }}
{{ . | markdownify }}
{{ end }}
-
+
{{ with $.Site.Params.email }}
-
-
+
{{- if $autolink }}{{ . }}{{ else }}{{ . }}{{ end -}}
@@ -34,7 +34,7 @@
{{ with $.Site.Params.phone }}
-
-
+
{{- if $autolink }}{{ . }}{{ else }}{{ . }}{{ end -}}
@@ -61,7 +61,7 @@
{{ with $.Site.Params.address }}
-
- {{ . }}
+ {{ . }}
{{ end }}