Update logo path to use public directory
This commit is contained in:
parent
fa08ef2289
commit
3a6b282d05
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ function getActiveClass($href) { return rtrim(parse_url($_SERVER['REQUEST_URI'],
|
|||
<header class="contain">
|
||||
<div>
|
||||
<div class="logo">
|
||||
<a href="/"><?php include $contentDir . '/logo.svg'; ?></a>
|
||||
<a href="/"><?php include $publicDir . '/logo.svg'; ?></a>
|
||||
</div>
|
||||
<nav>
|
||||
<ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue