commit 5c6a5f079f4f9a244687313d8f7e292b4114c5cb parent 88a555496bb75f77b4f80564108cea42f9eb4514 Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Thu, 24 Dec 2020 20:21:55 -0500 link to docs.html in footer Diffstat:
| M | common/footer.j2.inc | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/common/footer.j2.inc b/common/footer.j2.inc @@ -13,7 +13,8 @@ </div> <div class="col-12 col-sm-4"> <ul class="footer-list"> - <li><a href="{{ url_localized('faq.html') }}">{{ _("FAQ") }}</a></li> + <li><a href="{{ url_localized('docs.html') }}">{{ _("Docs") }}</a> / + <a href="{{ url_localized('faq.html') }}">{{ _("FAQ") }}</a></li> </ul> </div> <div class="col-12 col-sm-4">