reuse header partial in footer
Tom Rutgers
committed Aug 30, 2018
commit 3a72ace703a83edf88ccc2959a253768f7772b19
Showing 1
changed file with
1 additions
and 4 deletions
source/partials/shared/_footer.slim
+1
-4
| @@ | @@ -1,8 +1,5 @@ |
| footer | |
| - | header.header-primary |
| - | .logo |
| - | = link_to '/' |
| - | = image_tag 'logo.svg', alt: 'Kaldi' |
| + | = partial 'partials/shared/header-primary' |
| nav.navigation | |
| ul | |