diff options
| author | Rose Hogenson <rhogenson@google.com> | 2026-07-23 16:38:03 -0700 |
|---|---|---|
| committer | Rose Hogenson <rhogenson@google.com> | 2026-07-23 16:38:03 -0700 |
| commit | 148508394ee5e0a709470c06159748c817cbc856 (patch) | |
| tree | 877e1be09861273571ec8a9f91f2d70a1577ee85 /templates/pkg-index.html.template | |
| parent | a6563b31cd342334fe7a8b22b410d359adf3bfbb (diff) | |
| download | roseh.moe-148508394ee5e0a709470c06159748c817cbc856.tar.zst | |
Use the full name for the package
Diffstat (limited to 'templates/pkg-index.html.template')
| -rw-r--r-- | templates/pkg-index.html.template | 2 |
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> |
