Update release name.
[AGL/documentation.git] / theme / mkdocs_windmill / repo-icon.html
1 {# Icon specific to the repo type, if available #}
2 {%- if config.repo_name == 'GitHub' -%}
3 <i class="fa fa-github"></i>
4 {% elif config.repo_name == 'Bitbucket' -%}
5 <i class="fa fa-bitbucket"></i>
6 {% elif config.repo_name == 'GitLab' -%}
7 <i class="fa fa-gitlab"></i>
8 {% endif -%}