diff --git a/pages/_includes/layout/og.html b/pages/_includes/layout/og.html
new file mode 100644
index 000000000..c24a991b0
--- /dev/null
+++ b/pages/_includes/layout/og.html
@@ -0,0 +1,15 @@
+{% if layout.og-component %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endif %}
diff --git a/pages/_layouts/base.html b/pages/_layouts/base.html
index 5127470c7..4455d01d0 100644
--- a/pages/_layouts/base.html
+++ b/pages/_layouts/base.html
@@ -27,22 +27,7 @@
{% endif %}
{% include layout/css.html %}
-
- {% if layout.og-component %}
-
-
-
-
-
-
-
-
-
-
-
-
-
- {% endif %}
+ {% include layout/og.html %}