mirror of
https://github.com/wahyd4/golink.git
synced 2026-08-09 05:05:56 +10:00
use relative links throughout rather than hardcoding the go hostname, which allows things to continue working when other hostnames are used. Change-Id: I5df0d10214799de9722871cbad99bf9af129941f
6 lines
188 B
HTML
6 lines
188 B
HTML
{{ define "main" }}
|
|
<h2 class="text-xl font-bold pb-2">Success</h2>
|
|
|
|
<p><a class="text-blue-600 hover:underline" href="/{{.Short}}">go/{{.Short}}</a> has been saved.</p>
|
|
{{ end }}
|