- {% if repo_type %}
-
- {% set repo_icon = config.extra.repo_icon | default("brands/git-alt") %}
- {% include "assets/images/icons/fontawesome/" ~ repo_icon ~ ".svg" %}
-
- {% endif %}
+
+ {% set repo_icon = config.extra.repo_icon | default("brands/git-alt") %}
+ {% include "assets/images/icons/fontawesome/" ~ repo_icon ~ ".svg" %}
+
{{ config.repo_name }}
diff --git a/src/partials/source.html b/src/partials/source.html
index 604050e8f..9f5bda189 100644
--- a/src/partials/source.html
+++ b/src/partials/source.html
@@ -44,12 +44,10 @@
class="md-source"
data-md-source="{{ repo_type }}"
>
- {% if repo_type %}
-
- {% set repo_icon = config.extra.repo_icon | default("brands/git-alt") %}
- {% include "assets/images/icons/fontawesome/" ~ repo_icon ~ ".svg" %}
-
- {% endif %}
+
+ {% set repo_icon = config.extra.repo_icon | default("brands/git-alt") %}
+ {% include "assets/images/icons/fontawesome/" ~ repo_icon ~ ".svg" %}
+
{{ config.repo_name }}