The code for my personal website, powered by Jekyll. arthr.me
jekyll-site personal-website
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: adds mastodon info to `<head>`

authored by

Arthur Freitas and committed by
GitHub
6e474051 3ff9096b

+8 -5
+8 -5
_includes/head.html
··· 1 - <link rel="authorization_endpoint" href="https://indieauth.com/auth"> 2 - <link rel="token_endpoint" href="https://tokens.indieauth.com/token"> 3 - {% webmentions_head %} 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 + 4 5 {% if page.syndication_urls %} 5 6 {% for syn in page.syndication_urls %} 6 - <link rel="syndication" href="{{ syn[1] }}"> 7 + <link rel="syndication" href="{{ syn[1] }}" /> 7 8 {% endfor %} 8 - {% endif %} 9 + {% endif %} 10 + 11 + {% webmentions_head %}