mirror-web/help.html
王邈 092d037b6a
fix warnings when rendering
Signed-off-by: 王邈 <shankerwangmiao@gmail.com>
2019-07-26 23:21:37 -04:00

16 lines
324 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
-->