Balkje naar actief blog bovenaan

This commit is contained in:
2020-03-23 14:38:25 +01:00
parent d83e27813e
commit 843e66be6a
3 changed files with 20 additions and 9 deletions

View File

@@ -261,6 +261,12 @@
<div class="page">
<a name="top"></a>
@if($activeBlog != null)
<p style="border: solid 1px #1f3977; border-radius: 10px; padding: 0 10px 0.4em 10px; margin: 10px 0 0 0;">
<b>Live-blog:</b> {{$activeBlog->title}}
<a href="{{$activeBlog->url}}" class="action_button" style="float: none; margin-left: 1em;"><span class="fa fa-rss"></span><span>Volg het live-blog</span></a>
</p>
@endif
@yield('page')
</div><!--/.page-->