Fixed github url
This commit is contained in:
parent
a81280f66e
commit
086849e926
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@
|
||||||
{% assign split_path = page.path | split: "/" %}
|
{% assign split_path = page.path | split: "/" %}
|
||||||
{% assign locale = split_path[1] %}
|
{% assign locale = split_path[1] %}
|
||||||
{% assign titles = site.data.navigation[locale].footer %}
|
{% 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">{{ titles[0].title }}</a> - <a href="site-navigation">{{ titles[1].title }}</a>
|
<div class="page__footer-copyright">© {{ site.time | date: '%Y' }} {{ site.name | default: site.title }} - <a href="https://github.com/RiiConnect24/Wii-Guide">{{ titles[0].title }}</a> - <a href="site-navigation">{{ titles[1].title }}</a>
|
||||||
|
|
Loading…
Add table
Reference in a new issue