Add changes

This commit is contained in:
Allen
2024-09-15 22:28:22 -05:00
parent 819953ec87
commit d56876a142
7 changed files with 57 additions and 18 deletions

View File

@ -35,7 +35,7 @@
<div id="roles">
<p>
{%- for role in section.extra.roles %}
<span>{{ role }}</span><br>
<span>{{ role | safe }}</span><br>
{%- endfor %}
</p>
</div>
@ -45,7 +45,7 @@
<div id="links">
<p>
{%- for link in config.extra.links %}
<a aria-label="external link" href="{{ link.url }}"><i class="{{ link.icon }} fa-2x"></i></a>
<a aria-label="external link" href="{{ link.url }}" id="{{ link.id }}"><i class="{{ link.icon }} fa-2x"></i></a>
{%- endfor %}
</p>
</div>