2019-09-28 20:42:54 +03:00
|
|
|
{#-
|
|
|
|
This file was automatically generated - do not edit
|
|
|
|
-#}
|
2019-06-15 16:16:14 +03:00
|
|
|
{% import "partials/language.html" as lang with context %}
|
2020-02-10 17:42:44 +03:00
|
|
|
{% set path = "assets/images/icons/fontawesome/" %}
|
2020-02-01 15:59:12 +03:00
|
|
|
<a href="{{ config.repo_url }}" title="{{ lang.t('source.link.title') }}" class="md-source">
|
2020-02-01 15:54:34 +03:00
|
|
|
<div class="md-source__icon">
|
|
|
|
{% set repo_icon = config.extra.repo_icon | default("brands/git-alt") %}
|
2020-02-10 17:42:44 +03:00
|
|
|
{% include path ~ repo_icon ~ ".svg.html" %}
|
2020-02-01 15:54:34 +03:00
|
|
|
</div>
|
2019-06-15 16:16:14 +03:00
|
|
|
<div class="md-source__repository">
|
2019-06-15 16:23:03 +03:00
|
|
|
{{ config.repo_name }}
|
2019-06-15 16:16:14 +03:00
|
|
|
</div>
|
|
|
|
</a>
|