diff --git a/_includes/onion.html b/_includes/onion.html index 17f3b9f9..d0f69347 100644 --- a/_includes/onion.html +++ b/_includes/onion.html @@ -1 +1,7 @@ -http://monerotoruzizulg5ttgat2emf4d6fbmiea25detrmmy7erypseyteyd.onion/ \ No newline at end of file +{% capture onion_url %} + {% if site.lang == "en" %} + http://monerotoruzizulg5ttgat2emf4d6fbmiea25detrmmy7erypseyteyd.onion{{ page.url }} + {% else %} + http://monerotoruzizulg5ttgat2emf4d6fbmiea25detrmmy7erypseyteyd.onion/{{ site.lang }}{{ page.url }} + {% endif %} +{% endcapture %}{{ onion_url | strip }} \ No newline at end of file