|
@@ -17,11 +17,6 @@
|
|
|
|
|
|
<footer id="colophon" class="site-footer responsive-max-width">
|
|
<footer id="colophon" class="site-footer responsive-max-width">
|
|
<?php get_template_part( 'template-parts/footer/footer', 'widgets' ); ?>
|
|
<?php get_template_part( 'template-parts/footer/footer', 'widgets' ); ?>
|
|
- <?php
|
|
|
|
- if ( function_exists( 'the_privacy_policy_link' ) ) {
|
|
|
|
- the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
|
|
|
|
- }
|
|
|
|
- ?>
|
|
|
|
<?php if ( has_nav_menu( 'social' ) ) : ?>
|
|
<?php if ( has_nav_menu( 'social' ) ) : ?>
|
|
<nav class="footer-navigation social-navigation" aria-label="<?php esc_attr_e( 'Social Links Menu', 'varia' ); ?>">
|
|
<nav class="footer-navigation social-navigation" aria-label="<?php esc_attr_e( 'Social Links Menu', 'varia' ); ?>">
|
|
<?php
|
|
<?php
|
|
@@ -38,6 +33,13 @@
|
|
</nav><!-- .social-navigation -->
|
|
</nav><!-- .social-navigation -->
|
|
<?php endif; ?>
|
|
<?php endif; ?>
|
|
<div class="site-info">
|
|
<div class="site-info">
|
|
|
|
+ <div class="privacy-policy-container">
|
|
|
|
+ <?php
|
|
|
|
+ if ( function_exists( 'the_privacy_policy_link' ) ) {
|
|
|
|
+ the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
|
|
|
|
+ }
|
|
|
|
+ ?>
|
|
|
|
+ </div>
|
|
<?php $blog_info = get_bloginfo( 'name' ); ?>
|
|
<?php $blog_info = get_bloginfo( 'name' ); ?>
|
|
<?php if ( ! empty( $blog_info ) ) : ?>
|
|
<?php if ( ! empty( $blog_info ) ) : ?>
|
|
<a class="site-name" href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a><span class="comma">,</span>
|
|
<a class="site-name" href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a><span class="comma">,</span>
|