wiki/_layouts/redirect.html
2021-06-28 07:27:54 -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>
<meta http-equiv="refresh" content="0; URL={{ page.destination }}">
{% include head.html %}
</head>
</html>