Skip to content
Snippets Groups Projects
Commit 57218642 authored by chrissi^'s avatar chrissi^
Browse files

firmware: use correct symbol for git


Signed-off-by: default avatarChris Fiege <chris@tinyhost.de>
parent c9c5070e
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<i class="fab fa-gitlab"></i> <a href="{{content.site}}" >Site Git Repository</a><br> <i class="fab fa-gitlab"></i> <a href="{{content.site}}" >Site Git Repository</a><br>
{% endif %} {% endif %}
{% if content.gluon is not none %} {% if content.gluon is not none %}
<i class="fas fa-book"></i> <a href="{{content.gluon}}" >Gluon Git Repository</a><br> <i class="fab fa-gitlab"></i> <a href="{{content.gluon}}" >Gluon Git Repository</a><br>
{% endif %} {% endif %}
{% if content.rtd is not none %} {% if content.rtd is not none %}
<i class="fas fa-book"></i> <a href="{{content.rtd}}" >Release Notes</a><br> <i class="fas fa-book"></i> <a href="{{content.rtd}}" >Release Notes</a><br>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment