-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
accessibility improvements and small bug fixes
- Loading branch information
1 parent
1f50eb0
commit ca8b216
Showing
13 changed files
with
415 additions
and
443 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,12 @@ | ||
|
||
<footer id="colophon" class="site-footer"> | ||
<?php if ( is_active_sidebar( 'footerwidg' ) ) : ?> | ||
<div id="footerwidgets" class="widget-area footer-widget cf" role="complementary" aria-label="<?php _e( 'Footer widgets', 'minart' ); ?>"> | ||
<?php dynamic_sidebar('footerwidg'); ?> | ||
</div><!-- #footerwidgets --> | ||
<?php | ||
endif; | ||
|
||
?> | ||
</footer><!-- #colophon --> | ||
<?php if ( is_active_sidebar( 'footerwidg' ) ) : ?> | ||
<footer id="colophon" class="site-footer"> | ||
<div id="footerwidgets" class="widget-area footer-widget cf" role="complementary" aria-label="<?php _e( 'Footer widgets', 'minart' ); ?>"> | ||
<?php dynamic_sidebar('footerwidg'); ?> | ||
</div><!-- #footerwidgets --> | ||
</footer><!-- #colophon --> | ||
<?php endif; ?> | ||
</div><!-- #container --> | ||
|
||
<?php wp_footer(); ?> | ||
</body> | ||
</html> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.