source:
tanzpartie-hugo/themes/bilberry-hugo-theme/layouts/link/single.html
@
17949
Last change on this file since 17949 was 16971, checked in by , 2 years ago | |
---|---|
File size: 302 bytes |
Rev | Line | |
---|---|---|
[16971] | 1 | <html> |
2 | <head> | |
3 | <meta http-equiv="refresh" content="0; url={{ .Params.link }}" /> | |
4 | <title>Redirecting...</title> | |
5 | </head> | |
6 | <body> | |
7 | <p><a href="{{ .Params.link }}">Click here if you're not redirected.</a></p> | |
8 | <script> | |
9 | window.location = {{ .Params.link }} | |
10 | </script> | |
11 | </body> | |
12 | </html> |
Note: See TracBrowser for help on using the repository browser.