summaryrefslogtreecommitdiffstats
path: root/theme/mkdocs_windmill/repo-icon.html
blob: 051b9cb68ba81f7a1ee8dc92ef90e0da65a9b179 (plain)
1
2
3
4
5
6
7
8
{# Icon specific to the repo type, if available #}
{%- if config.repo_name == 'GitHub' -%}
<i class="fa fa-github"></i>
{% elif config.repo_name == 'Bitbucket' -%}
<i class="fa fa-bitbucket"></i>
{% elif config.repo_name == 'GitLab' -%}
<i class="fa fa-gitlab"></i>
{% endif -%}