mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
14 lines
466 B
HTML
14 lines
466 B
HTML
{#-
|
|
This file was automatically generated - do not edit
|
|
-#}
|
|
{% import "partials/language.html" as lang with context %}
|
|
<a href="{{ config.repo_url }}" title="{{ lang.t('source.link.title') }}" class="md-source">
|
|
<div class="md-source__icon">
|
|
{% set repo_icon = config.extra.repo_icon | default("brands/git-alt") %}
|
|
{% include ".fontawesome/" ~ repo_icon ~ ".svg" %}
|
|
</div>
|
|
<div class="md-source__repository">
|
|
{{ config.repo_name }}
|
|
</div>
|
|
</a>
|