diff --git a/_layouts/default.html b/_layouts/default.html
index 3fc9406..f031334 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -46,6 +46,11 @@
{% include arena_events.html %}
+ {% elsif page.title == 'Privacy Policy' %}
+ {{ content }}
+
+ {% include privacypolicy.html %}
+
{% else %}
{{ content }}