diff options
| author | horus | 2018-06-22 15:26:23 +0200 |
|---|---|---|
| committer | horus | 2018-06-22 15:26:23 +0200 |
| commit | 62e921195fac9653024f1a68e37119c4f6e3d0b4 (patch) | |
| tree | 44ae2b090160cb761fb3f39d081e5975b8eb08b6 /site/resources | |
| parent | 07f62219b933a2dfd06d59322cbd83e107937b08 (diff) | |
| download | alkobote-62e921195fac9653024f1a68e37119c4f6e3d0b4.tar.gz | |
Adds link to rss feeds in the navbar. (website)
Diffstat (limited to 'site/resources')
| -rw-r--r-- | site/resources/views/snippets/navbar.blade.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/site/resources/views/snippets/navbar.blade.php b/site/resources/views/snippets/navbar.blade.php index d34b38e..ee8bd4b 100644 --- a/site/resources/views/snippets/navbar.blade.php +++ b/site/resources/views/snippets/navbar.blade.php @@ -25,6 +25,19 @@ <li class="nav-item {{ Request::is('misc') ? 'active' : '' }}"> <a class="nav-link" href="/misc" onclick="javascript:_paq.push(['trackEvent', 'Navbar', 'Verschiedenes']);">Verschiedenes {!! Request::is('misc') ? ' <span class="sr-only">(current)</span>' : ''!!}</a> </li> + <li class="nav-item"> + <span class="nav-link d-none d-md-block"> + | + </span> + </li> + <li class="nav-item d-block d-md-none"> + <hr style="width: 50%; background-color: hsla(0,0%,100%,.5); padding: inherit; margin: 10px;"> + </li> +<!-- +--> + <li class="nav-item {{ Request::is('feeds') ? 'active' : '' }}"> + <a class="nav-link" href="/feeds" onclick="javascript:_paq.push(['trackEvent', 'Navbar', 'Feeds']);">Feeds {!! Request::is('feeds') ? ' <span class="sr-only">(current)</span>' : ''!!}</a> + </li> </ul> <!-- <ul class="navbar-nav mr-2"> |
