diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-07-30 15:21:51 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-07-30 15:21:51 +0700 |
commit | 57f699a24e0b9663ea83060f9a722a38f9af1792 (patch) | |
tree | 101fe4b6a9e90867f231ecaba0abc5344f698f25 /layouts/partials | |
parent | c0d56103096a0e12fb06bc9d286329c135f8cdea (diff) | |
download | livres-libres-57f699a24e0b9663ea83060f9a722a38f9af1792.tar.gz |
Translate footer
Diffstat (limited to 'layouts/partials')
-rw-r--r-- | layouts/partials/footer-extra.html | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/layouts/partials/footer-extra.html b/layouts/partials/footer-extra.html index 5e9e63b..8a8ea6d 100644 --- a/layouts/partials/footer-extra.html +++ b/layouts/partials/footer-extra.html @@ -1,10 +1,6 @@ <p> - This website is made by <a href="https://xrvs.net">xarvos</a>. - It uses <a href="https://readable-css.freedomtowrite.org/">readable.css</a> - by <a href="https://freedomtowrite.org/">Freedom to Write</a> project, - which is under a 0BSD license. + {{ i18n "author-info" | safeHTML }} </p> <p> - The content of this website comprises of various public domain works - according to Vietnam's Intellectual Property Law. + {{ i18n "is-public-domain" }} </p> |