diff --git a/_layouts/policy.html b/_layouts/policy.html
index 9a235b8..9f22be2 100644
--- a/_layouts/policy.html
+++ b/_layouts/policy.html
@@ -94,13 +94,20 @@
Details
{% include box.html type="end" %}
{% endfor %}
-{%- if page.navigation -%}
- {%- include prevnext-navigation.html -%}
-{%- else -%}
- {%- if page.order -%}
- {%- include prevnext-order.html -%}
- {%- endif -%}
-{%- endif -%}
+
+ {% if page.disclaimer %}
+
+ {{ page.disclaimer }}
+
+ {% endif %}
+
+ {%- if page.navigation -%}
+ {%- include prevnext-navigation.html -%}
+ {%- else -%}
+ {%- if page.order -%}
+ {%- include prevnext-order.html -%}
+ {%- endif -%}
+ {%- endif -%}
{% include_cached backtotop.html lang=page.lang %}