07674e433b
Usage example: {% include redirect.html redirect_to="page.html" %} Hopefully SEO doesn't hate us too much for doing it this way, but we shall find out.
2 lines
127 B
HTML
2 lines
127 B
HTML
<meta http-equiv="refresh" content="0; URL={{ include.redirect_to }}">
|
|
<link rel="canonical" href="{{ include.redirect_to }}">
|