Removed the Cachet tiel branding. Closes #131

This commit is contained in:
James Brooks 2014-12-30 09:39:19 +00:00
parent 830b7cef60
commit 695da2dc85

View File

@ -16,7 +16,7 @@
<!-- Mobile IE allows us to activate ClearType technology for smoothing fonts for easy reading -->
<meta http-equiv="cleartype" content="on">
<title>{{ isset($pageTitle) ? $pageTitle : Setting::get('app_name') }} | Cachet</title>
<title>{{ isset($pageTitle) ? $pageTitle : Setting::get('app_name') }}</title>
<link href='//fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="{{ elixir('css/all.css') }}">