aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-10-13 21:25:22 +0200
committermetamuffin <metamuffin@disroot.org>2024-10-13 21:25:22 +0200
commit2d1d0e728400664e29b017dad794b465b6d1d32b (patch)
tree69e72f332063143028172972f34ac0ba217ffb45
parent3a7f5652c400d21be5940212f498e16d68377e09 (diff)
downloadhurrycurry-website-2d1d0e728400664e29b017dad794b465b6d1d32b.tar
hurrycurry-website-2d1d0e728400664e29b017dad794b465b6d1d32b.tar.bz2
hurrycurry-website-2d1d0e728400664e29b017dad794b465b6d1d32b.tar.zst
include static links to localized website versions
-rw-r--r--index_template.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/index_template.html b/index_template.html
index d9d628c..6b42ee7 100644
--- a/index_template.html
+++ b/index_template.html
@@ -152,7 +152,15 @@
<p>{i.contribute.par}</p>
<p>{i.contribute.translate}</p>
</div>
- <footer>{i.have_fun}</footer>
+ <footer>
+ {i.have_fun}
+ <br>
+ <a href="index.en.html">en</a>
+ <a href="index.de.html">de</a>
+ <a href="index.ru.html">ru</a>
+ <a href="index.tr.html">tr</a>
+ <a href="index.zh_Hans.html">zh_Hans</a>
+ </footer>
</article>
</body>