diff options
Diffstat (limited to 'resources/views/list.blade.php')
| -rw-r--r-- | resources/views/list.blade.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/resources/views/list.blade.php b/resources/views/list.blade.php index 5a5949a..f47c28a 100644 --- a/resources/views/list.blade.php +++ b/resources/views/list.blade.php @@ -13,6 +13,15 @@ html { vertical-align: -.125em; fill: #ff6600; } + +.rss-link > svg { + display: inline-block; + font-size: inherit; + height: 1em; + overflow: visible; + vertical-align: -.125em; + fill: #f59436; +} @endif @endsection @@ -64,6 +73,11 @@ html { @if ( "1" != $articles->currentPage() ) (Page {{ $articles->currentPage() }}) @endif + <div class="float-right"> + <a class="rss-link" href="{{ route('feed_' . Request::route()->getName()) }}" title="RSS-Feed"> + {!! file_get_contents(public_path() . "/img/rss-square.svg") !!} + </a> + </div> </h1> @endif |
