Makes it easier to find repos in the history of browsers that save titles.
Potentially makes web search engine results more useful.
---
gitsrht/templates/summary.html | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/gitsrht/templates/summary.html b/gitsrht/templates/summary.html
index 869e368..bea2b54 100644
--- a/gitsrht/templates/summary.html+++ b/gitsrht/templates/summary.html
@@ -1,7 +1,13 @@
{% extends "repo.html" %}
{% import "utils.html" as utils with context %}
{% block title %}
-<title>{{repo.owner.canonical_name}}/{{repo.name}} - {{cfg("sr.ht", "site-name")}} git</title>+<title>+{{repo.owner.canonical_name}}/{{repo.name}} -+{% if repo.description %}+{{repo.description}} -+{% endif %}+{{cfg("sr.ht", "site-name")}} git+</title>{% endblock %}
{% block content %}
{% if repo.description %}
--
2.39.0