diff options
| author | James Mills <prologic@shortcircuit.net.au> | 2021-07-13 08:34:56 +1000 |
|---|---|---|
| committer | James Mills <prologic@shortcircuit.net.au> | 2021-07-13 08:34:56 +1000 |
| commit | 5c2b402a8aaa2d1693f64f2ca6576597bf28b339 (patch) | |
| tree | 72a938d57389fce3547aeb86fcbbcd3975bb80a9 /templates/base.html | |
| parent | e743a9a425ee3197649aa2c4996b8566bf75896d (diff) | |
Fix import paths
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 8f30aad..d0ba6ef 100644 --- a/templates/base.html +++ b/templates/base.html @@ -37,7 +37,7 @@ {{template "content" .}}
</main>
<footer>
- <p><a href="https://github.com/prologic/tube">Tube</a> is CopyRight © 2020 <a href="https://github.com/prologic">James Mills / prologic</a>. All Rights Reserved.</p>
+ <p><a href="https://git.mills.io/prologic/tube">Tube</a> is CopyRight © 2020 <a href="https://git.mills.io/prologic">James Mills / prologic</a>. All Rights Reserved.</p>
{{if .Config.Copyright.Content}}<p>{{ $config.Copyright.Content }}</p>{{end}}
</footer>
</body>
|
