From 56909d0ce1ade198c68d3034d6e237c81919f4cb Mon Sep 17 00:00:00 2001 From: jdcaperon Date: Mon, 19 Aug 2019 21:35:20 +1000 Subject: Add Facebook and Instagram to socials. --- layouts/index.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/layouts/index.html b/layouts/index.html index 80f9aaf..beb0938 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -122,6 +122,22 @@ {{- end -}} + {{- if isset $.Params.socialhandles "facebook" -}} +
  • + + + Facebook + +
  • + {{- end -}} + {{- if isset $.Params.socialhandles "instagram" -}} +
  • + + + Instagram + +
  • + {{- end -}} {{- end -}} -- cgit v1.2.3