From 349f2b14442ac74a62cf74bf85242ab615171f9f Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Sat, 29 Oct 2022 23:49:19 +0000 Subject: [PATCH] Add meta tags --- resources/views/no-trip.blade.php | 2 +- resources/views/partials/head.blade.php | 13 +++++++++++-- resources/views/past-trips.blade.php | 2 +- resources/views/tracker.blade.php | 2 +- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/resources/views/no-trip.blade.php b/resources/views/no-trip.blade.php index 54dc420..cfd2631 100644 --- a/resources/views/no-trip.blade.php +++ b/resources/views/no-trip.blade.php @@ -1,5 +1,5 @@ - + @include('partials.head') diff --git a/resources/views/partials/head.blade.php b/resources/views/partials/head.blade.php index 449b354..44bd013 100644 --- a/resources/views/partials/head.blade.php +++ b/resources/views/partials/head.blade.php @@ -1,8 +1,17 @@ - + + + + + + - Tracking | Ben Goldsworthy + Tracking | Ben Goldsworthy + + + + - + @include('partials.head'); diff --git a/resources/views/tracker.blade.php b/resources/views/tracker.blade.php index b449551..1a074b8 100644 --- a/resources/views/tracker.blade.php +++ b/resources/views/tracker.blade.php @@ -1,5 +1,5 @@ - + @include('partials.head')