diff --git a/_config.yml b/_config.yml index dbd4169..61ec3bf 100644 --- a/_config.yml +++ b/_config.yml @@ -36,6 +36,10 @@ links: - name: twitter url: https://twitter.com/jimeh class: fa-brands fa-twitter + - name: mastodon + url: "https://mastodon.bah.io/@jimeh" + class: fa-brands fa-mastodon + rel: me - name: blog url: https://jimeh.io/ class: fa-solid fa-newspaper diff --git a/index.html b/index.html index 739c05a..60a5e94 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@ layout: default document.write("<\057v>{{ site.email.title }}<\057fcna><\057n>".replace(/[a-zA-Z]/g, function (c) { return String.fromCharCode((c <= "Z" ? 90 : 122) >= (c = c.charCodeAt(0) + 13) ? c : c - 26); })); {% for item in site.links %} - {{ item.name }}{% endfor %} + {{ item.name }}{% endfor %}