diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml
index d53dcac3..f9a30221 100644
--- a/app/config/sculpin_site.yml
+++ b/app/config/sculpin_site.yml
@@ -24,6 +24,10 @@ ctas:
pair: |
Need help or want another pair of eyes on your code? Book a 1-on-1 consulting call or an online pair programming session with a 100% money-back guarantee.,
+mastodon:
+ username: opdavies
+ url: https://mastodon.social/@%mastodon.username%
+
menu_links:
- title: About
url: /
diff --git a/source/_layouts/page.html.twig b/source/_layouts/page.html.twig
index 363a254e..3ffe9a60 100644
--- a/source/_layouts/page.html.twig
+++ b/source/_layouts/page.html.twig
@@ -4,7 +4,7 @@
{{ parent() }}
{% if page.url == "//" or page.url == "/daily/" %}
- Mastodon
+ Mastodon
{% endif %}
{% endblock %}