fix footer link

This commit is contained in:
Devon Maloney 2018-03-02 15:29:26 -05:00 committed by Plailect
parent 9e66544f8b
commit 24b8bfc5a2
No known key found for this signature in database
GPG Key ID: F8A415C5EA602A41

View File

@ -2,4 +2,4 @@
{% 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_Switch">{{ titles[0].title }}</a></div>
<div class="page__footer-copyright">&copy; {{ site.time | date: '%Y' }} {{ site.name | default: site.title }} - <a href="https://github.com/Plailect/Guide_Landing">{{ titles[0].title }}</a></div>