diff --git a/layouts/_default/contact.html b/layouts/_default/contact.html index f898289..987cfff 100644 --- a/layouts/_default/contact.html +++ b/layouts/_default/contact.html @@ -9,13 +9,17 @@ {{ range $i, $e := sort .Site.Data.social.accounts "name" }}
- -

-
-
+

-

{{ $e.name }}

+
+

+
+

+ + {{ $e.name }} + +

{{ $e.username }}

diff --git a/layouts/partials/list_item.html b/layouts/partials/list_item.html index c02ca01..e32708c 100644 --- a/layouts/partials/list_item.html +++ b/layouts/partials/list_item.html @@ -17,9 +17,11 @@
{{ end }}
- -

{{ .Title }}

-
+

+ + {{ .Title }} + +

{{ partial "content-details.html" . }}

{{ partial "summary.html" . }}