silent bugs

This commit is contained in:
2026-02-12 00:01:40 -06:00
parent b55a96c51c
commit 9b6e29a15c
9 changed files with 80 additions and 44 deletions

View File

@@ -17,13 +17,15 @@
<p>{{ content }}</p>
<div class="projLinks">
{% for i in links %} {% set src = 'icons/' + i[0] + '.svg' %}
<a href="{{i[1]}}">
{% if i[1].startswith('https://') or i[1].startswith('http://') %}
<a href="{{i[1]}}" rel="noopener noreferrer">
<img
class="projectLink"
src="{{ url_for('static', filename=src) }}"
alt="{{i[0]}}"
/>
</a>
{% endif %}
{% endfor %}
</div>
</div>