a/Allura/allura/templates/jinja_master/theme_macros.html b/Allura/allura/templates/jinja_master/theme_macros.html
...
...
16
{%- endmacro %}
16
{%- endmacro %}
17
17
18
{%- macro footer(year) %}
18
{%- macro footer(year) %}
19
<footer id="site-footer">
19
<footer id="site-footer">
20
  <nav>
20
  <nav>
21
      This project is powered by <a href="http://sourceforge.net/p/allura/home/">Allura</a>.
21
      This project is powered by <a href="http://sourceforge.net/p/allura/">Allura</a>.
22
    </nav>
22
    </nav>
23
</footer>
23
</footer>
24
{%- endmacro %}
24
{%- endmacro %}
25
25
26
{%- macro custom_js(path_to_static) %}
26
{%- macro custom_js(path_to_static) %}