aboutsummaryrefslogtreecommitdiff
path: root/resources/views/components/navbar.blade.php
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/components/navbar.blade.php')
-rw-r--r--resources/views/components/navbar.blade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/components/navbar.blade.php b/resources/views/components/navbar.blade.php
index 80cd2b0..475ebca 100644
--- a/resources/views/components/navbar.blade.php
+++ b/resources/views/components/navbar.blade.php
@@ -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>