feat: tag authors of shared links on mastodon if possible

This commit is contained in:
Cory Dransfeldt 2024-07-04 15:11:43 -07:00
parent 8ea14491b9
commit 2d1cdc54f6
No known key found for this signature in database
7 changed files with 17 additions and 37 deletions

View file

@ -20,8 +20,6 @@ description: These are awesome blogs that I enjoy and you may enjoy too.
<td class="blog-roll-icons">
{%- if blog.rss_feed -%}
<a href="{{ blog.rss_feed }}">{% tablericon "rss" "Subscribe via RSS" %}</a>
{%- else -%}
{%- endif -%}
{%- if blog.json_feed -%}
/ <a href="{{ blog.json_feed }}">{% tablericon "json" "Subscribe via JSON" %}</a>
@ -29,6 +27,9 @@ description: These are awesome blogs that I enjoy and you may enjoy too.
{%- if blog.newsletter -%}
/ <a href="{{ blog.newsletter }}">{% tablericon "mail-plus" "Newsletter subscription" %}</a>
{%- endif -%}
{%- if blog.mastodon -%}
/ <a href="{{ blog.mastodon }}">{% tablericon "brand-mastodon" "Mastodon" %}</a>
{%- endif -%}
</td>
</tr>
{% endfor %}