diff --git a/_layouts/events.html b/_layouts/events.html
new file mode 100644
index 00000000..7c841775
--- /dev/null
+++ b/_layouts/events.html
@@ -0,0 +1,5 @@
+---
+layout: base-en
+---
+
-
{{ page.title }} {{ page.date | date:"%e %B %Y" }}
- {% if page.src %}
-
- Full announcement (including signatures)
-
- {% endif %}
- {{ content }}
-
diff --git a/_layouts/releases.html b/_layouts/releases.html
new file mode 100644
index 00000000..5d7e875d
--- /dev/null
+++ b/_layouts/releases.html
@@ -0,0 +1,13 @@
+---
+layout: base-en
+---
+
+
{{ page.title }} {{ page.date | date:"%e %B %Y" }}
+ {% if page.src %}
+
+ Full announcement (including signatures)
+
+ {% endif %}
+ {{ content }}
+
+
+
+ {% if post.src %}
+
+ Full announcement (including signatures)
+
+ {% endif %}
+ {{ post.content }}
+
+{% endfor %}