Add trailing slash using the $path parameter
This commit is contained in:
@@ -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')) :
|
||||
|
||||
Reference in New Issue
Block a user