diff options
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 24987b7..a609f37 100644 --- a/templates/base.html +++ b/templates/base.html @@ -58,7 +58,7 @@ </div> {{ if .User }} - <a href="https://git.hatecomputers.club/{{ .User.Username }}">git</a> + <a href="https://git.hatecomputers.club/{{ .User.Username }}">git.</a> {{ else }} <a href="https://git.hatecomputers.club">git.</a> {{ end }} |
