mirror of
https://github.com/rolfiee/wiki.git
synced 2025-06-18 11:15:33 -04:00
12 lines
295 B
HTML
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> |