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)}