mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
16 lines
324 B
HTML
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
|
|
-->
|