The code for my personal website, powered by Jekyll.
arthr.me
jekyll-site
personal-website
1<meta name="fediverse:creator" content="{{ site.author.mastodon }}" />
2<link rel="authorization_endpoint" href="https://indieauth.com/auth" />
3<link rel="token_endpoint" href="https://tokens.indieauth.com/token" />
4
5{% if page.syndication_urls %}
6 {% for syn in page.syndication_urls %}
7 <link rel="syndication" href="{{ syn[1] }}" />
8 {% endfor %}
9{% endif %}
10
11{% webmentions_head %}