2020-03-05 17:17:15 +01:00
|
|
|
{#-
|
|
|
|
This file was automatically generated - do not edit
|
|
|
|
-#}
|
|
|
|
{% import "partials/language.html" as lang with context %}
|
|
|
|
{% set repo = config.repo_url %}
|
|
|
|
{% if repo | last == "/" %}
|
|
|
|
{% set repo = repo[:-1] %}
|
|
|
|
{% endif %}
|
|
|
|
{% set path = page.meta.path | default([""]) %}
|
2020-03-06 10:37:28 +01:00
|
|
|
<a href="{{ [repo, path, page.meta.source] | join('/') }}" title="{{ page.meta.source }}" class="md-content__button md-icon">
|
2020-03-05 17:17:15 +01:00
|
|
|
{{ lang.t("meta.source") }}
|
2020-03-11 11:24:40 +01:00
|
|
|
{% set icon = config.theme.icon.repo or "fontawesome/brands/git-alt" %}
|
|
|
|
{% include ".icons/" ~ icon ~ ".svg" %}
|
2020-03-05 17:17:15 +01:00
|
|
|
</a>
|