~edwargix/git.sr.ht

da45d2e26f8db6e764eb3c61d6a6b8699d2f4511 — Drew DeVault 7 years ago 67c208b
Fix go module meta tags
1 files changed, 1 insertions(+), 1 deletions(-)

M gitsrht/templates/repo.html
M gitsrht/templates/repo.html => gitsrht/templates/repo.html +1 -1
@@ 5,7 5,7 @@
{% endif %}
{# Man, this is lame #}
<meta name="go-import"
  content="{{cfg('sr.ht', 'site-name')}} git {{(repo | clone_urls)[0]}}">
  content="{{domain}}/{{owner.canonical_name}}/{{repo.name}} git {{(repo | clone_urls)[0]}}">
{% endblock %}
{% block body %}
<div class="container-fluid">