~sircmpwn/sr.ht-dev

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[PATCH git.sr.ht] Add repo description to summary page title

Details
Message ID
<20230107073612.1092797-1-pabs3@bonedaddy.net>
DKIM signature
pass
Download raw message
Patch: +7 -1
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

[git.sr.ht/patches] build success

builds.sr.ht <builds@sr.ht>
Details
Message ID
<CPLSEK0F3URZ.25XV40F6QK527@cirno2>
In-Reply-To
<20230107073612.1092797-1-pabs3@bonedaddy.net> (view parent)
DKIM signature
missing
Download raw message
git.sr.ht/patches: SUCCESS in 4m52s

[Add repo description to summary page title][0] from [Paul Wise][1]

[0]: https://lists.sr.ht/~sircmpwn/sr.ht-dev/patches/38050
[1]: pabs3@bonedaddy.net

✓ #918502 SUCCESS git.sr.ht/patches/alpine.yml    https://builds.sr.ht/~sircmpwn/job/918502
✓ #918504 SUCCESS git.sr.ht/patches/debian.yml    https://builds.sr.ht/~sircmpwn/job/918504
✓ #918503 SUCCESS git.sr.ht/patches/archlinux.yml https://builds.sr.ht/~sircmpwn/job/918503
Details
Message ID
<CQHBX12UIJ7O.96KE7SEC9GEX@taiga>
In-Reply-To
<20230107073612.1092797-1-pabs3@bonedaddy.net> (view parent)
DKIM signature
pass
Download raw message
Thanks!

To git@git.sr.ht:~sircmpwn/git.sr.ht
   be2eda0..e74ae7a  master -> master
Reply to thread Export thread (mbox)