We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c704ff commit 877c565Copy full SHA for 877c565
tmpl/home.html
@@ -36,7 +36,7 @@ <h2 class="text-xl font-bold pt-6 pb-2">Popular Links</h2>
36
</a>
37
</td>
38
<td class="p-2">{{.NumClicks}}</td>
39
- <td class="p-2">{{.Long}}</td>
+ <td class="p-2"><a href="{{.Long}}">{{.Long}}</a></td>
40
</tr>
41
{{end}}
42
</tbody>
0 commit comments