From 7f3f65ad197ed9aefb3f226db60b03d24ab1d61a Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Mon, 13 Jan 2020 14:06:13 +0100 Subject: [PATCH] Fix missing space in footer nav --- Resources/Private/Layouts/Page/BlogPost.html | 2 +- Resources/Private/Layouts/Page/Default.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Private/Layouts/Page/BlogPost.html b/Resources/Private/Layouts/Page/BlogPost.html index f885483..81c8c1b 100644 --- a/Resources/Private/Layouts/Page/BlogPost.html +++ b/Resources/Private/Layouts/Page/BlogPost.html @@ -25,5 +25,5 @@ - {f:render(partial: 'Footer', arguments: _all) -> f:spaceless()} + {f:render(partial: 'Footer', arguments: _all)} diff --git a/Resources/Private/Layouts/Page/Default.html b/Resources/Private/Layouts/Page/Default.html index 9ff58f3..8e98c1e 100644 --- a/Resources/Private/Layouts/Page/Default.html +++ b/Resources/Private/Layouts/Page/Default.html @@ -17,5 +17,5 @@ - {f:render(partial: 'Footer', arguments: _all) -> f:spaceless()} + {f:render(partial: 'Footer', arguments: _all)}