From 23b19f817da907f9c4b3d286b72d8ebd32468194 Mon Sep 17 00:00:00 2001 From: Urja Acharya Date: Wed, 3 Mar 2021 18:02:32 -0800 Subject: Reorganization and style changes --- layouts/partials/social.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 layouts/partials/social.html (limited to 'layouts/partials/social.html') diff --git a/layouts/partials/social.html b/layouts/partials/social.html new file mode 100644 index 0000000..5a1bd37 --- /dev/null +++ b/layouts/partials/social.html @@ -0,0 +1,12 @@ +{{ $width := mul (len .Site.Params.social) 2 }} +
+ {{- range $key, $val := .Site.Params.social -}} {{ if eq $key "email" }} + + + {{ else }} + + + {{ end }} {{- end -}} +
-- cgit v1.2.3