summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorRose Hogenson <rhogenson@google.com>2026-07-23 16:38:03 -0700
committerRose Hogenson <rhogenson@google.com>2026-07-23 16:38:03 -0700
commit148508394ee5e0a709470c06159748c817cbc856 (patch)
tree877e1be09861273571ec8a9f91f2d70a1577ee85 /templates
parenta6563b31cd342334fe7a8b22b410d359adf3bfbb (diff)
downloadroseh.moe-148508394ee5e0a709470c06159748c817cbc856.tar.zst
Use the full name for the package
Diffstat (limited to 'templates')
-rw-r--r--templates/pkg-index.html.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/pkg-index.html.template b/templates/pkg-index.html.template
index 7628b86..d8cd12e 100644
--- a/templates/pkg-index.html.template
+++ b/templates/pkg-index.html.template
@@ -6,7 +6,7 @@
<p>Package index</p>
<ul>
{{range .Packages}}
- <li><p><a href="https://pkg.go.dev/roseh.moe/pkg/{{.Name}}">{{.Name}}</a> - {{.Description}}</p></li>
+ <li><p><a href="https://pkg.go.dev/roseh.moe/pkg/{{.Name}}">roseh.moe/pkg/{{.Name}}</a> - {{.Description}}</p></li>
{{end}}
</ul>
</section>