swap target=blank

This commit is contained in:
Michael Zhang 2021-07-22 03:34:08 -05:00
parent 1de7c3808d
commit 25cf58bfc2
Signed by: michael
GPG Key ID: BDA47A31A3C8EE6B
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ Currently tracking <b>{{ .TotalMaps }}</b> maps from <b>{{ .TotalUsers }}</b> us
</td>
<td>{{ .Artist }} - {{ .Title }}</td>
<td>
<a href="/map/{{ .MapperID }}" target="_blank">{{ .Mapper.Username }}</a>
<a href="/map/{{ .MapperID }}">{{ .Mapper.Username }}</a>
</td>
<td>
{{ .LastUpdated | humanize }}

View File

@ -1,6 +1,6 @@
{{ define "content" }}
<h3>Tracked Maps by <a href="https://osu.ppy.sh/u/{{ .Mapper.ID }}">{{ .Mapper.Username }}</a></h3>
<h3>Tracked Maps by <a href="https://osu.ppy.sh/u/{{ .Mapper.ID }}" target="_blank">{{ .Mapper.Username }}</a></h3>
<table class="table-auto">
<thead>