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}}
{{/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