Skip to content

Commit bf494ae

Browse files
committed
fix: Remove rel="me" from github url
1 parent 1d0b6df commit bf494ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crowdprinter/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</div>
1616
<footer>
1717
<a rel="me" href="https://chaos.social/@c3tactile"><img class="icon" src="{% static 'crowdprinter/38c3/icons/32/logo--mastodon.svg' %}" alt="Link zu Mastodon"></a>
18-
<a rel="me" href="https://github.com/luto/crowdprinter/"><img class="icon" src="{% static 'crowdprinter/38c3/icons/32/logo--github.svg' %}" alt="Link zu Mastodon"></a>
18+
<a href="https://github.com/luto/crowdprinter/"><img class="icon" src="{% static 'crowdprinter/38c3/icons/32/logo--github.svg' %}" alt="Link zu Mastodon"></a>
1919
<br>
2020
<a href="{% url 'inprint' %}">Impressum</a> - <a href="{% url 'dataprotection' %}">Datenschutz</a>{% if user.is_staff %} - <a href="/admin">Admin</a>{% endif %}
2121
</footer>

0 commit comments

Comments
 (0)