website: fix images, update blog headline

This commit is contained in:
Evgeny Poberezkin 2022-11-08 19:45:56 +00:00
parent 355a3c429c
commit 9e77f05e58
10 changed files with 13 additions and 13 deletions

View file

@ -2,7 +2,7 @@
layout: layouts/article.html
title: "SimpleX Chat v2.0 - sending images and files in mobile apps"
date: 2022-05-11
image: ./images/20220511-images-files.png
image: images/20220511-images-files.png
preview: Read how SimpleX delivers messages without having user profile identifiers of any kind.
permalink: "/blog/20220511-simplex-chat-v2-images-files.html"
---

View file

@ -2,7 +2,7 @@
layout: layouts/article.html
title: "SimpleX Chat v2.2 - the new privacy and security features"
date: 2022-06-04
image: ./images/20220604-privacy-settings.png
image: images/20220604-privacy-settings.png
imageBottom: true
previewBody: blog_previews/20220604.html
permalink: "/blog/20220604-simplex-chat-new-privacy-security-settings.html"

View file

@ -2,7 +2,7 @@
layout: layouts/article.html
title: "SimpleX announces SimpleX Chat v3 — with encrypted calls and iOS push notifications"
date: 2022-07-11
image: ./images/20220711-call.png
image: images/20220711-call.png
previewBody: blog_previews/20220711.html
permalink: "/blog/20220711-simplex-chat-v3-released-ios-notifications-audio-video-calls-database-export-import-protocol-improvements.html"
---

View file

@ -2,7 +2,7 @@
layout: layouts/article.html
title: "SimpleX Chat v3.1-beta is released — improved battery/traffic usage"
date: 2022-07-23
image: ./images/20220723-group-invite.png
image: images/20220723-group-invite.png
imageBottom: true
previewBody: blog_previews/20220723.html
permalink: "/blog/20220723-simplex-chat-v3.1-tor-groups-efficiency.html"

View file

@ -2,7 +2,7 @@
layout: layouts/article.html
title: "SimpleX Chat v3.1 is released — with secret groups and server access via Tor"
date: 2022-08-08
image: ./images/20220808-tor1.png
image: images/20220808-tor1.png
imageBottom: true
previewBody: blog_previews/20220808.html
permalink: "/blog/20220808-simplex-chat-v3.1-chat-groups.html"

View file

@ -2,7 +2,7 @@
layout: layouts/article.html
title: "SimpleX Chat v3.2 is released — meet Incognito mode, unique to Simplex Chat"
date: 2022-09-01
image: ./images/20220901-incognito1.png
image: images/20220901-incognito1.png
imageBottom: true
previewBody: blog_previews/20220901.html
permalink: "/blog/20220901-simplex-chat-v3.2-incognito-mode.html"

View file

@ -2,7 +2,7 @@
layout: layouts/article.html
title: "SimpleX Chat v4.0 with encrypted database is released"
date: 2022-09-28
image: ./images/20220928-passphrase.png
image: images/20220928-passphrase.png
imageBottom: true
previewBody: blog_previews/20220928.html
permalink: "/blog/20220928-simplex-chat-v4-encrypted-database.html"

View file

@ -1,17 +1,17 @@
---
layout: layouts/article.html
title: "Security audit by Trail of Bits, the new website and v4.2 released"
title: "Security assessment by Trail of Bits, the new website and v4.2 released"
date: 2022-11-08
image: ./images/20221108-trail-of-bits.png
image: images/20221108-trail-of-bits.png
previewBody: blog_previews/20221108.html
permalink: "/blog/20221108-simplex-chat-v4.2-security-audit-new-website.html"
---
# Security audit by Trail of Bits, the new website and v4.2 released
# Security assessment by Trail of Bits, the new website and v4.2 released
**Published:** Nov 8, 2022
## Security audit by Trail of Bits
## Security assessment by Trail of Bits
<img src="./images/20221108-trail-of-bits.png" width=240>

View file

@ -1,7 +1,7 @@
<p><em>"Have you been audited or should we just ignore you?"</em></p>
<p class="mb-[12px]">
SimpleX Chat security has been audited by
SimpleX Chat security has been assessed by
<a href="https://www.trailofbits.com/about" target="_blank">Trail of Bits</a>,
4 issues were identified, and 3 of them are fixed in v4.2.
</p>

View file

@ -11,7 +11,7 @@
<meta property="og:title" content="{{ title }}" />
<meta property="og:url" content="{{ permalink }}" />
{% if image %}
<meta property="og:image" content="{{ image }}" />
<meta property="og:image" content="https://simplex.chat/blog/{{ image }}" />
{% else %}
<meta property="og:image" content="https://simplex.chat/img/share_simplex.png" />
{% endif %}