aboutsummaryrefslogtreecommitdiffstats
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 -%}
699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# We need to override some of the build in defaults and the recipe is very
# strict in how it grabs the correct compiler.  Pass in our override here.
TOOLCHAIN_OPTIONS += "${SECURITY_NOPIE_CFLAGS}"