Display whatever domain the site is being accessed from
This commit is contained in:
parent
387c296638
commit
829ecc816d
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<nav>
|
||||
<h1>diskfloppy.me | <strong>{{ $title }}</strong></h1>
|
||||
<h1>{{ str_replace("www.", "", Request::getHost()) }} | <strong>{{ $title }}</strong></h1>
|
||||
<div class="nav-wrapper">
|
||||
<div>
|
||||
<a href="/" title="Home"><img class="pixel" src="/images/icons/nav/home2.png" alt="Home" width="32" height="32"></a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue