File: redirect.html

package info (click to toggle)
python-geopandas 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,848 kB
  • sloc: python: 26,022; makefile: 147; sh: 25
file content (10 lines) | stat: -rw-r--r-- 310 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
{% set redirect = redirects[pagename.split("/")[-1]] %}
<html>
    <head>
        <meta http-equiv="Refresh" content="0; url={{ redirect }}.html" />
        <title>This page has moved</title>
    </head>
    <body>
        <p>This page has moved <a href="{{ redirect }}.html">here</a>.</p>
    </body>
</html>