Small tweak

face-detect
Noah Petherbridge 2023-12-04 19:59:53 -08:00
parent fc8014913d
commit da7e8d5899
1 changed files with 4 additions and 1 deletions

View File

@ -78,7 +78,10 @@
<ul>
{{range .BlocklistInsights.Blocks}}
<li><a href="/u/{{.Username}}">{{.Username}}</a></li>
<li>
<a href="/u/{{.Username}}">{{.Username}}</a>
<small class="has-text-grey" title="{{.Date}}">{{.Date.Format "2006-01-02"}}</small>
</li>
{{end}}
</ul>
</div>