diff --git a/_config.yml b/_config.yml
index 332f18b7..a72b11f4 100644
--- a/_config.yml
+++ b/_config.yml
@@ -9,6 +9,8 @@ show_menu: true
show_footer: true
google_analytics: false
+election_banner: true
+
excerpt_separator:
collections:
diff --git a/_includes/steering_group_election_section.html b/_includes/steering_group_election_section.html
new file mode 100644
index 00000000..89dba4f4
--- /dev/null
+++ b/_includes/steering_group_election_section.html
@@ -0,0 +1,43 @@
+{% if site.election_banner %}
+
+
diff --git a/_layouts/default.html b/_layouts/default.html
index d93d76ad..e559e5a7 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -97,6 +97,8 @@
+ {% include steering_group_election_section.html %}
+