From a73f8b0a4022a9b68c614b9690806f99b84aaa14 Mon Sep 17 00:00:00 2001 From: Kiril Vladimiroff Date: Thu, 21 Nov 2019 17:21:14 +0200 Subject: [PATCH] Add go-source meta tag godoc.org doesn't recognize Go repositories on "services not known" to it without go-source. sourcehut apparently is one of these services. See https://github.com/golang/gddo/wiki/Source-Code-Links --- gitsrht/templates/repo.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gitsrht/templates/repo.html b/gitsrht/templates/repo.html index 43142ef..4d41f05 100644 --- a/gitsrht/templates/repo.html +++ b/gitsrht/templates/repo.html @@ -6,6 +6,10 @@ {# Man, this is lame #} + {% endblock %} {% block body %}
-- 2.38.4