gitea/templates/package
Daniel Gunzinger 31ae81fe70
fix: do not escape space between PyPI repository url and package name… ()
…; add trailing slash to PyPI repository URL (in accordance to PEP-503)

This should solve Issue , by moving the space in front of the
package name and the package name out of the `gitea-origin-url` block.
It also adds a trailing slash to the PyPI repository URL in accordance
to [Python PEP-503](https://peps.python.org/pep-0503/).

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
..
content fix: do not escape space between PyPI repository url and package name… ()
metadata Add Swift package registry ()
shared Move helpers to be prefixed with `gt-` ()
settings.tmpl Convert `<div class="button">` to `<button class="button">` ()
view.tmpl Display image size for multiarch container images ()