wiki/_layouts/redirect.html
2021-10-05 12:58:57 -05:00

12 lines
295 B
HTML

---
layout: compress
---
<!DOCTYPE html>
<html lang="{{ page.collection | default: "en-US" }}" dir="{% if site.data.rtl contains page.collection %}rtl{% else %}ltr{% endif %}">
<head>
{% include head.html %}
<meta http-equiv="refresh" content="0; URL={{ page.destination }}">
</head>
</html>