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.

fix: fixes webmention rendering

+1 -1
+1 -1
_includes/webmentions.html
··· 18 18 <ul class="webmentions-facepile"> 19 19 {% for webmention in reactions %} 20 20 {% if webmention.author %} 21 - <li class="webmentions-facepile__item"> 21 + <li id="webmention-{{ webmention.id }}" class="webmentions-facepile__item"> 22 22 {% if webmention.author.url %} 23 23 <a class="webmentions-facepile__link u-url" href="{{ webmention.author.url }}" rel="nofollow"> 24 24 {% endif %}