---
This change makes the URL consistent with git.sr.ht.
mansrht/templates/content.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mansrht/templates/content.html b/mansrht/templates/content.html
index 940869c..542a434 100644
--- a/mansrht/templates/content.html
+++ b/mansrht/templates/content.html
@@ -99,7 +99,7 @@ Date: {{ repo.commit_time }}
<a href={{ url }}>{{ url }}</a>
<span class="text-muted pull-right">(read-only)</span><br />
{% else %}
- <code>{{url}}</code>
+ {{url}}
<span class="text-muted pull-right">(read/write)</span><br />
{% endif %}
{% endfor %}
--
2.23.0