Skip to content

Commit ba76ed2

Browse files
committed
turn url into full link
1 parent ae2ca2b commit ba76ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmpl/home.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h2 class="text-xl font-bold pt-6 pb-2">Popular Links</h2>
3636
</a>
3737
</td>
3838
<td class="p-2">{{.NumClicks}}</td>
39-
<td class="p-2">{{.Long}}</td>
39+
<td class="p-2"><a href="{{.Long}}">{{.Long}}</a></td>
4040
</tr>
4141
{{end}}
4242
</tbody>

0 commit comments

Comments
 (0)