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.

adds webring

+6
+6
_includes/end.html
··· 2 2 {% for target in page.syndicate_to %} 3 3 <a href="{{ site.webmentions.syndication[target].endpoint }}"></a> 4 4 {% endfor %} 5 + 6 + <nav class="webring" aria-label="Visite a vizinhança"> 7 + <a href="https://webri.ng/webring/cssjoy/previous?via=https://arthr.me">Anterior</a> 8 + <a href="https://webri.ng/webring/cssjoy/random?via=https://arthr.me">Aleatório</a> 9 + <a href="https://webri.ng/webring/cssjoy/next?via=https://arthr.me">Próximo</a> 10 + </nav>