From 14efda4aa932e0dfa2b5edf2fcb21f812ca0ae44 Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Fri, 22 Jan 2021 19:48:50 -0500 Subject: add linkedin and email social handles --- layouts/shortcodes/email.html | 6 ++++++ layouts/shortcodes/linkedin.html | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 layouts/shortcodes/email.html create mode 100644 layouts/shortcodes/linkedin.html diff --git a/layouts/shortcodes/email.html b/layouts/shortcodes/email.html new file mode 100644 index 0000000..13e8efc --- /dev/null +++ b/layouts/shortcodes/email.html @@ -0,0 +1,6 @@ +
  • + + + email + +
  • \ No newline at end of file diff --git a/layouts/shortcodes/linkedin.html b/layouts/shortcodes/linkedin.html new file mode 100644 index 0000000..5f2936b --- /dev/null +++ b/layouts/shortcodes/linkedin.html @@ -0,0 +1,6 @@ +
  • + + + linkedin + +
  • \ No newline at end of file -- cgit v1.2.3