~edwargix/git.sr.ht

40540e5d6088291af67fbb7f723200b2bcf8a12e — Drew DeVault 7 years ago b68a938
Add go-import meta tags
1 files changed, 3 insertions(+), 0 deletions(-)

M gitsrht/templates/repo.html
M gitsrht/templates/repo.html => gitsrht/templates/repo.html +3 -0
@@ 3,6 3,9 @@
{% if repo.visibility.value =='unlisted' %}
<meta name="robots" content="noindex">
{% endif %}
{# Man, this is lame #}
<meta name="go-import"
  content="{{cfg('sr.ht', 'site-name')}} git {{(repo | clone_urls)[0]}}">
{% endblock %}
{% block body %}
<div class="container-fluid">