Clean up filters, extend index and small fix for title.

This commit is contained in:
James Cole
2014-09-10 22:22:44 +02:00
parent 5788db9f07
commit ab9e5f716d
6 changed files with 30 additions and 282 deletions

View File

@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<base href="{{URL::route('index')}}/">
<title>Firefly
@if(isset($title))
@if(isset($title) && $title != 'Firefly')
// {{{$title}}}
@endif
</title>