From 463c1c0365b40125a8e2ed983aacc403e09de00e Mon Sep 17 00:00:00 2001 From: Dave Jansen Date: Mon, 7 Nov 2022 14:19:47 +0900 Subject: [PATCH] Add Mastodon and Github social links + icons. --- default.hbs | 2 ++ partials/icons/github.hbs | 15 +++++++++++++++ partials/icons/mastodon.hbs | 16 ++++++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 partials/icons/github.hbs create mode 100644 partials/icons/mastodon.hbs diff --git a/default.hbs b/default.hbs index 1464aa9..9ed1ad3 100644 --- a/default.hbs +++ b/default.hbs @@ -64,6 +64,8 @@ {{#if @site.twitter}} {{> "icons/twitter"}} {{/if}} + {{> "icons/mastodon"}} + {{> "icons/github"}} {{#if @site.members_enabled}} diff --git a/partials/icons/github.hbs b/partials/icons/github.hbs new file mode 100644 index 0000000..eb361fb --- /dev/null +++ b/partials/icons/github.hbs @@ -0,0 +1,15 @@ + + + \ No newline at end of file diff --git a/partials/icons/mastodon.hbs b/partials/icons/mastodon.hbs new file mode 100644 index 0000000..0199dfa --- /dev/null +++ b/partials/icons/mastodon.hbs @@ -0,0 +1,16 @@ + + + + \ No newline at end of file