Add jekyll-multiple-language-plugin and refactor strings into /_i18n
This commit is contained in:
parent
8887613e81
commit
a474bc61ed
10 changed files with 53 additions and 93 deletions
|
|
@ -1,10 +1,7 @@
|
|||
<footer class="footer-area">
|
||||
<div class="container">
|
||||
<div class="footer-area-wrapper text-center">
|
||||
<!--
|
||||
<p class="ls-40">© {{ 'now' | date: "%Y" }} Butter. All rights reserved.</p>
|
||||
-->
|
||||
<a href="apps">View All Apps</a> | <a href="https://gitlab.com/guardianproject/wind-fdroidclient">Built on F-Droid Free Software</a>
|
||||
<a href="apps">{% t view_all_apps %}</a> | <a href="https://gitlab.com/guardianproject/wind-fdroidclient">{% t built_on_fdroid %}</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue