From 4ffdce1d78acec15f6842bf16e64d684735e52f4 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Sun, 19 Apr 2020 02:54:37 -0600 Subject: [PATCH] add page or document role to body tag if defined in page source --- src/layouts/default.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/default.hbs b/src/layouts/default.hbs index 080d561..eef835d 100644 --- a/src/layouts/default.hbs +++ b/src/layouts/default.hbs @@ -3,7 +3,7 @@ {{> head defaultPageTitle='Untitled'}} - + {{> header}} {{> body}} {{> footer}} -- 2.11.0