rf-web/_includes/common/subscribe.html
2020-04-25 10:37:58 +02:00

13 lines
466 B
HTML

{% capture text %}
{% if page.lang == 'en' %}
Join our <a href="{{ site.data.social-links.substack }}">mailing list</a> to subscibe for (very ocasional) updates.
{% else %}
Rejoindre notre <a href="{{ site.data.social-links.substack }}">mailing list</a> pour recevoir (occasionnellement) les dernières infomations.
{% endif %}
{% endcapture %}
<div class="subscribe content">
<p class="textbox">
{{ text }}
</p>
</div>