commit 763a1dbd2fcc89881d52d4887f38dad3910c8d68 Author: hiro hiro@torproject.org Date: Tue Jun 25 15:43:45 2019 +0200
Add footer macro --- templates/macros/footer.html | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/templates/macros/footer.html b/templates/macros/footer.html new file mode 100644 index 0000000..90b9dfd --- /dev/null +++ b/templates/macros/footer.html @@ -0,0 +1,3 @@ +{% macro render_faq() %} + <a href="https://www.torproject.org/docs/trademark-faq" target="_blank" class="text-primary text-light"><u>FAQ</u></a> +{% endmacro %}
tor-commits@lists.torproject.org