[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-www] branch master updated: link to docs.html in footer
From: |
gnunet |
Subject: |
[taler-www] branch master updated: link to docs.html in footer |
Date: |
Tue, 05 Jan 2021 22:49:29 +0100 |
This is an automated email from the git hooks/post-receive script.
ttn pushed a commit to branch master
in repository www.
The following commit(s) were added to refs/heads/master by this push:
new 5c6a5f0 link to docs.html in footer
5c6a5f0 is described below
commit 5c6a5f079f4f9a244687313d8f7e292b4114c5cb
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Thu Dec 24 20:21:55 2020 -0500
link to docs.html in footer
---
common/footer.j2.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/common/footer.j2.inc b/common/footer.j2.inc
index 4085fc3..8c5b762 100644
--- 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">
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-www] branch master updated: link to docs.html in footer,
gnunet <=