1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-09-03 05:22:40 +02:00

make everything translatable!

This commit is contained in:
Plailect
2017-01-17 17:56:18 -05:00
committed by Plailect
parent 0502559b30
commit 98b27a2f31
11 changed files with 170 additions and 118 deletions

View File

@@ -1,2 +1,5 @@
{% include base_path %}
<div class="page__footer-copyright">&copy; {{ site.time | date: '%Y' }} {{ site.name | default: site.title }} - <a href="https://github.com/Plailect/Guide">Source</a> - <a href="site-navigation">Site Navigation</a> - <a href="why-ads">Why Ads?</a>
{% assign split_path = page.path | split: "/" %}
{% assign locale = split_path[1] %}
{% assign titles = site.data.navigation[locale].footer %}
<div class="page__footer-copyright">&copy; {{ site.time | date: '%Y' }} {{ site.name | default: site.title }} - <a href="https://github.com/Plailect/Guide">{{ titles[0].title }}</a> - <a href="site-navigation">{{ titles[1].title }}</a> - <a href="why-ads">{{ titles[2].title }}</a>