mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
31a1b6147e
onion.html now points to the page the user is on. The onion-location button will point to this page instead of the homepage.
7 lines
No EOL
311 B
HTML
7 lines
No EOL
311 B
HTML
{% 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 }} |