Fix missing space in footer nav

This commit is contained in:
Daniel Siepmann 2020-01-13 14:06:13 +01:00
parent 6d4961792b
commit 7f3f65ad19
2 changed files with 2 additions and 2 deletions

View file

@ -25,5 +25,5 @@
</article>
</main>
{f:render(partial: 'Footer', arguments: _all) -> f:spaceless()}
{f:render(partial: 'Footer', arguments: _all)}
</html>

View file

@ -17,5 +17,5 @@
</aside>
</main>
{f:render(partial: 'Footer', arguments: _all) -> f:spaceless()}
{f:render(partial: 'Footer', arguments: _all)}
</html>