alias.html 496 B

123456789101112131415
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>{{ .Permalink }}</title>
  5. <link rel="canonical" href="{{ .Permalink }}"/>
  6. <meta name="robots" content="noindex">
  7. <meta charset="utf-8" />
  8. <meta http-equiv="refresh" content="0; url={{ .Permalink }}" />
  9. </head>
  10. {{/*
  11. The following line makes it so that ci/deploy/website.sh can easily extract
  12. the target of this alias and turn it into a server-side redirect.
  13. */}}
  14. {{ "<!--" | safeHTML }} #HUGOALIAS# {{ .Permalink }} {{ "-->" | safeHTML }}
  15. </html>