SimpleX blog: {{ title }}
+
+
-
{% if image %}
-
+
{% else %}
-
+
{% endif %}
diff --git a/website/src/_includes/layouts/main.html b/website/src/_includes/layouts/main.html
index 1f687bd85e..cd585fb76c 100644
--- a/website/src/_includes/layouts/main.html
+++ b/website/src/_includes/layouts/main.html
@@ -7,12 +7,18 @@
{{ title }}
+ {% if path %}
+
+
+ {% else %}
+
+
+ {% endif %}
-
+
-
diff --git a/website/src/blog.html b/website/src/blog.html
index 5de89a2eca..d0394e996c 100644
--- a/website/src/blog.html
+++ b/website/src/blog.html
@@ -2,7 +2,7 @@
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."
-ogURL: "https://simplex.chat/blog"
+path: /blog
templateEngineOverride: njk
active_blog: true
---
diff --git a/website/src/contact.html b/website/src/contact.html
index 1937ebf91f..1ca60bf6e9 100644
--- a/website/src/contact.html
+++ b/website/src/contact.html
@@ -2,7 +2,6 @@
layout: layouts/main.html
title: "SimpleX Chat - Contact"
header: "You have been sent a link to connect on SimpleX Chat"
-ogURL: "https://simplex.chat/"
templateEngineOverride: njk
---
diff --git a/website/src/index.html b/website/src/index.html
index 4645528701..e07cd3138f 100644
--- a/website/src/index.html
+++ b/website/src/index.html
@@ -2,7 +2,6 @@
layout: layouts/main.html
title: "SimpleX Chat: private and secure messenger without any user IDs (not even random)"
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."
-ogURL: "https://simplex.chat/"
templateEngineOverride: njk
active_home: true
---
diff --git a/website/src/invitation.html b/website/src/invitation.html
index 1f99e9aa3f..e66eccdd94 100644
--- a/website/src/invitation.html
+++ b/website/src/invitation.html
@@ -2,7 +2,6 @@
layout: layouts/main.html
title: "SimpleX Chat - Invitation"
header: "You have been sent a link to connect on SimpleX Chat"
-ogURL: "https://simplex.chat/"
templateEngineOverride: njk
---