Fix me links template
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build was killed Details

pull/1/head
mat ess 2022-11-15 23:12:12 -05:00
parent 5a7ce1a7b1
commit 10a0da5f48
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<span>also on
{%- for me in config.extra.me_links -%}
{%- if loop.last -%}
<span>and </span>
<span> and </span>
{%- endif %}
<a href="{{ me.url | safe }}" target="_blank" rel="me noopener noreferrer">{{ me.name }}</a>
{%- if not loop.last -%},{%- else %}