From cae876903e43995d42034e258ca1eeb4b590eeb9 Mon Sep 17 00:00:00 2001 From: Flavio Copes Date: Tue, 29 Dec 2015 16:11:39 +0100 Subject: [PATCH] Load the partials/page-revisions.html.twig template if available --- themes/grav/templates/pages.html.twig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/grav/templates/pages.html.twig b/themes/grav/templates/pages.html.twig index e834a73d..c803f94e 100644 --- a/themes/grav/templates/pages.html.twig +++ b/themes/grav/templates/pages.html.twig @@ -301,6 +301,9 @@ {% include 'partials/page-move.html.twig' with { blueprints: admin.blueprints('pages/move'), data: context } %} +
+ {% include ['partials/page-revisions.html.twig', 'empty.html.twig'] with { data: context } %} +
{% endif %}