~edwargix/git.sr.ht

4ed68d5edb5e602851eb473212600723ec7cea36 — Drew DeVault 3 years ago 9ded7e5
repo.html: fix link macro following jinja2 release
1 files changed, 1 insertions(+), 1 deletions(-)

M gitsrht/templates/repo.html
M gitsrht/templates/repo.html => gitsrht/templates/repo.html +1 -1
@@ 24,7 24,7 @@
  <div class="container">
  {% endif %}
    {% block tabs %}
    {% macro link(path, title, alternates) %}
    {% macro link(path, title, alternates=[]) %}
    <a
      class="nav-link {% if view == title or view in alternates %}active{% endif %}"
      href="{{ path }}">{{ title }}</a>