Add trailing slash using the $path parameter

This commit is contained in:
yzlow
2014-01-25 01:31:23 +08:00
parent 3affb6f803
commit 94b5a4f59a

View File

@@ -1,7 +1,7 @@
<header class="banner container" role="banner">
<div class="row">
<div class="col-lg-12">
<a class="brand" href="<?php echo home_url(); ?>/"><?php bloginfo('name'); ?></a>
<a class="brand" href="<?php echo home_url('/') ?>"><?php bloginfo('name'); ?></a>
<nav class="nav-main" role="navigation">
<?php
if (has_nav_menu('primary_navigation')) :