diff --git a/_includes/layout/base-core/pagetop-moved-notice.html b/_includes/layout/base-core/pagetop-moved-notice.html new file mode 100644 index 0000000000..ea3a759014 --- /dev/null +++ b/_includes/layout/base-core/pagetop-moved-notice.html @@ -0,0 +1,10 @@ +{% comment %} +This file is licensed under the MIT License (MIT) available on +http://opensource.org/licenses/MIT. +{% endcomment %} + +{% if page.moved_url %} +
+{% endif %} diff --git a/_layouts/base-core.html b/_layouts/base-core.html index 4a1d34319c..986d7bfc4e 100644 --- a/_layouts/base-core.html +++ b/_layouts/base-core.html @@ -19,6 +19,7 @@ {% include layout/base/pagetop-detect-mobile.html %} {% include layout/base/pagetop-alert.html %} +{% include layout/base-core/pagetop-moved-notice.html %}