--- layout: layouts/main.html title: "SimpleX blog: the latest news" description: "SimpleX Chat - a private and encrypted messenger without any user IDs (not even random ones)! Make a private connection via link / QR code to send messages and make calls." path: /blog templateEngineOverride: njk active_blog: true --- {% block css_links %} {% endblock %}

Latest news

{% for blog in collections.blogs %} {% if not(blog.data.draft) %}
{% if blog.data.image %} {% if blog.data.imageBottom %} {% elif blog.data.imageWide %} {% else %} {% endif %} {% else %} {% endif %}

{{ blog.data.title | safe }}

{{ blog.data.date.toUTCString().split(' ').slice(1, 4).join(' ') }}

{% if blog.data.previewBody %}
{% include blog.data.previewBody %}
{% elif blog.data.preview %}

{{ blog.data.preview | safe }}

{% endif %}
Read More
{% endif %} {% endfor %}