Guide_3DS/_includes/redirect.html
lifehackerhansol 76d31c0130
includes: add a redirect macro
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.
2024-01-16 12:36:34 -08:00

2 lines
127 B
HTML

<meta http-equiv="refresh" content="0; URL={{ include.redirect_to }}">
<link rel="canonical" href="{{ include.redirect_to }}">