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 webmentions

+4 -4
+1 -1
_config.yml
··· 106 106 mastodon: 107 107 endpoint: https://brid.gy/publish/mastodon 108 108 templates: 109 - webmentions: _includes/webmentions/webmentions.html 109 + webmentions: _includes/webmentions.html 110 110 legacy_domains: 111 111 - https://arthrfrts.tumblr.com 112 112 - https://irrelefante.tumblr.com
+3 -3
_includes/webmentions/webmentions.html _includes/webmentions.html
··· 15 15 {{ reactions.size }} 16 16 {%- if reactions.size == 1 %} pessoa curtiu ou repostou{%- else %} pessoas curtiram ou repostaram{%- endif %} 17 17 </p> 18 - <ul class="webmentions-facepile" aria-label="Reações"> 18 + <ul class="webmentions-facepile"> 19 19 {% for webmention in reactions %} 20 20 {% if webmention.author %} 21 21 <li class="webmentions-facepile__item"> ··· 91 91 92 92 <footer class="webmention-thread__meta"> 93 93 {% if webmention.pubdate %} 94 - <time class="dt-published" datetime="{{ webmention.pubdate | date: '%FT%T%:z' }}"> 95 - {{ webmention.pubdate | date: "%d/%m/%y" }} 94 + <time class="dt-published" datetime="{{ webmention.pubdate | date_to_xmlschema }}"> 95 + {{ webmention.pubdate | date: site.date_formats.day }} 96 96 </time> 97 97 {% endif %} 98 98 {% if webmention.uri %}