2019-07-06 03:46:01 +02:00
|
|
|
{% include base_path %}
|
|
|
|
{% assign split_path = page.path | split: "/" %}
|
|
|
|
{% assign locale = split_path[1] %}
|
2020-04-01 03:21:20 +02:00
|
|
|
<div class="page__footer-copyright">
|
|
|
|
© {{ site.time | date: '%Y' }} {{ site.name | default: site.title }}
|
|
|
|
{% for item in site.data.navigation[locale].footer %}
|
|
|
|
- <a href="{{ item.url }}">{{ item.title }}</a>
|
|
|
|
{% endfor %}
|
|
|
|
</div>
|