fix: cleanup

This commit is contained in:
Cory Dransfeldt 2024-06-09 20:37:45 -07:00
parent 779d636f08
commit 930cc60175
No known key found for this signature in database
32 changed files with 47 additions and 47 deletions

View file

@ -24,10 +24,10 @@ description: These are awesome blogs that I enjoy and you may enjoy too.
{%- endif -%}
{%- if blog.json_feed -%}
<a href="{{ blog.json_feed }}">{% tablericon "json" "Subscribe via JSON" %}</a>
&middot; <a href="{{ blog.json_feed }}">{% tablericon "json" "Subscribe via JSON" %}</a>
{%- endif -%}
{%- if blog.newsletter -%}
<a href="{{ blog.newsletter }}">{% tablericon "mail-plus" "Newsletter subscription" %}</a>
&middot; <a href="{{ blog.newsletter }}">{% tablericon "mail-plus" "Newsletter subscription" %}</a>
{%- endif -%}
</td>
</tr>