Skip to content

Commit

Permalink
fixed display issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed Jun 12, 2017
1 parent 80db80d commit 311a11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<?php get_sidebar(); ?>

<div id="site-publisher" itemprop="publisher" itemscope itemtype="https://schema.org/Organization">
<meta itemprop="name" content="get_bloginfo( 'name', 'display' )" />
<meta itemprop="name" content="<?php echo get_bloginfo( 'name', 'display' ); ?>" />
<meta itemprop="url" content="<?php echo home_url( '/' ); ?>" />
<?php

Expand Down

0 comments on commit 311a11b

Please sign in to comment.