Skip to content

Commit

Permalink
turn url into full link
Browse files Browse the repository at this point in the history
Signed-off-by: shaftoes <sshaftoe@voltus.co>
  • Loading branch information
shaftoes committed May 10, 2024
1 parent 1c704ff commit 877c565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmpl/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h2 class="text-xl font-bold pt-6 pb-2">Popular Links</h2>
</a>
</td>
<td class="p-2">{{.NumClicks}}</td>
<td class="p-2">{{.Long}}</td>
<td class="p-2"><a href="{{.Long}}">{{.Long}}</a></td>
</tr>
{{end}}
</tbody>
Expand Down

0 comments on commit 877c565

Please sign in to comment.