Separate meta description for the incident, schedule and subscribe pages

This commit is contained in:
Nico Stapelbroek
2018-02-11 21:04:16 +01:00
parent 8fc9c680d5
commit f0cabc63ad
5 changed files with 18 additions and 3 deletions

View File

@@ -2,6 +2,8 @@
@section('title', $schedule->name.' | '.$site_title)
@section('description', trans('cachet.meta.description.schedule', ['name' => $schedule->name, 'startDate' => $schedule->scheduled_at_formatted]))
@section('bodyClass', 'no-padding')
@section('outer-content')