diff --git a/material/partials/source.html b/material/partials/source.html index c0bdd2f61..c3999193c 100644 --- a/material/partials/source.html +++ b/material/partials/source.html @@ -13,12 +13,10 @@ {% set repo_type = "" %} {% endif %} - {% 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 }}