Skip to content

Commit

Permalink
修复rss链接错误的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
MaZhaolin committed Jan 25, 2017
1 parent fdea828 commit 6060b6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sidebar-single.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
</ul>
</div>
<div class="rss">
<a href="<?php bloginfo('rss2_url'); ?> :"><i class="fa fa-fw fa-rss"></i>RSS</a>
<a href="<?php bloginfo('rss2_url'); ?>"><i class="fa fa-fw fa-rss"></i>RSS</a>
</div>
<?php ?>
<?php if(wp_get_nav_menu_items('social')) : echo wp_nav_menu(array('menu'=>'social')); endif;?>
Expand Down
2 changes: 1 addition & 1 deletion sidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</ul>
</div>
<div class="rss">
<a href="<?php bloginfo('rss2_url'); ?> :"><i class="fa fa-fw fa-rss"></i>RSS</a>
<a href="<?php bloginfo('rss2_url'); ?>"><i class="fa fa-fw fa-rss"></i>RSS</a>
</div>
<?php ?>
<?php wp_nav_menu(array('theme_location' => 'social')); ?>
Expand Down

0 comments on commit 6060b6e

Please sign in to comment.