mirror-web/help.html
2016-02-06 18:39:29 +08:00

16 lines
327 B
HTML

---
permalink: /help/
---
<!DOCTYPE html>
<html>
<script>
{% assign first_help = (site.categories["help"] | sort: 'mirrorid' | first ) %}
var redirect_to = window.location.protocol + "//" + window.location.host + "{{first_help.url}}";
window.location = redirect_to;
</script>
</html>
<!--
vim: ts=2 sts=2 sw=2 noexpandtab
-->