restored social navigation for stow

This commit is contained in:
Maggie Cabrera 2021-01-25 10:13:09 +01:00
parent 06d28fe8ec
commit a7a71050d5

View file

@ -1,4 +1,5 @@
<header id="masthead" class="site-header">
<?php get_template_part( 'template-parts/header/site', 'branding' ); ?>
<?php get_template_part( 'template-parts/header/site', 'navigation' ); ?>
<?php get_template_part( 'template-parts/header/social', 'navigation' ); ?>
</header><!-- #masthead -->