mirror of
https://github.com/hacks-guide/Guide_Landing.git
synced 2024-11-23 08:59:45 +00:00
fix footer link
This commit is contained in:
parent
9e66544f8b
commit
24b8bfc5a2
@ -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">© {{ 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">© {{ site.time | date: '%Y' }} {{ site.name | default: site.title }} - <a href="https://github.com/Plailect/Guide_Landing">{{ titles[0].title }}</a></div>
|
||||
|
Loading…
Reference in New Issue
Block a user