From 89ce6d60bac57a785ffa05e76ed21fdf36914cab Mon Sep 17 00:00:00 2001 From: Michael Noronha Date: Mon, 30 Jul 2018 22:35:44 -0700 Subject: [PATCH] Add keybase support Adressing #96 --- layouts/partials/footer.html | 6 ++++++ static/img/keybase.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 static/img/keybase.svg diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index eddad37..c0a42e5 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -61,6 +61,12 @@ {{ end }} + {{ if .Site.Params.keybase }} + + keybase + + {{ end }} + {{ if .Site.Params.email }} email diff --git a/static/img/keybase.svg b/static/img/keybase.svg new file mode 100644 index 0000000..7ac7d87 --- /dev/null +++ b/static/img/keybase.svg @@ -0,0 +1 @@ +Keybase icon \ No newline at end of file