aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/base.html
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2021-03-27 18:56:27 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2021-03-27 18:56:27 +0300
commit1e8733bca9d3158950d319f248cec071764ddd0e (patch)
tree559d5122861d4f0ada51587b6e3e124e519ec26d /templates/base.html
parentc11d26e987ab24355e6f018e94bfc4372386f8ac (diff)
downloadsaucesource.cc-1e8733bca9d3158950d319f248cec071764ddd0e.tar.gz
saucesource.cc-1e8733bca9d3158950d319f248cec071764ddd0e.zip
Site deprecationHEADmaster
Will keep posting on my own website and on based.cooking
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html12
1 files changed, 3 insertions, 9 deletions
diff --git a/templates/base.html b/templates/base.html
index f375a5f..b37315c 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -48,19 +48,13 @@
<!-- TODO: do this programmaticaly -->
{% if lang == "ru" %}
Есть вопросы? Напиши мне на
- <a href="yps@yaroslavps.com">yps@yaroslavps.com</a>, или глянь в
- список рассылки
- <a href="https://lists.sr.ht/~yaroslav/saucesource.cc-comments">здесь</a>.
+ <a href="yps@yaroslavps.com">yps@yaroslavps.com</a>
{% elif lang == "es" %}
¿Dudas, preguntas? Envíame un correo electrónico a
- <a href="yps@yaroslavps.com">yps@yaroslavps.com</a>, o hechale un
- vistazo a la lista de correo
- <a href="https://lists.sr.ht/~yaroslav/saucesource.cc-comments">aquí</a>.
+ <a href="yps@yaroslavps.com">yps@yaroslavps.com</a>
{% else %}
Have any questions? Send me an email at
- <a href="yps@yaroslavps.com">yps@yaroslavps.com</a>, or checkout the
- comments mailing list
- <a href="https://lists.sr.ht/~yaroslav/saucesource.cc-comments">here</a>.
+ <a href="yps@yaroslavps.com">yps@yaroslavps.com</a>
{% endif %}
</p>
</div>