diff options
| author | horus | 2021-01-07 21:58:21 +0100 |
|---|---|---|
| committer | horus | 2021-01-07 21:58:21 +0100 |
| commit | bbd59f395e162b2c80f83aa1ea3cf1a63e436ad5 (patch) | |
| tree | dd277a7b94dc4633c079ae8039341daea1eda87c /resources/views/offers.blade.php | |
| parent | 665a0a61632eea9320246443419c7c03748a3bbf (diff) | |
| download | kategorischeraperitif-bbd59f395e162b2c80f83aa1ea3cf1a63e436ad5.tar.gz | |
Add rel=nofollow to search controller.
Diffstat (limited to 'resources/views/offers.blade.php')
| -rw-r--r-- | resources/views/offers.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/offers.blade.php b/resources/views/offers.blade.php index dbd1970..eeff26e 100644 --- a/resources/views/offers.blade.php +++ b/resources/views/offers.blade.php @@ -17,7 +17,7 @@ <div class="col-md-8 px-10"> <div class="card-header"> <p><strong> - <a style="color: inherit;" href="{{ route('search', ['q' => ucwords($offer->spirit_type)]) }}" title="Alle {{ ucwords($offer->spirit_type) }} anzeigen">{{ ucwords($offer->spirit_type) }}</a> <span class="float-right">{{ $offer->shop }}</span> + <a style="color: inherit;" href="{{ route('search', ['q' => ucwords($offer->spirit_type)]) }}" title="Alle {{ ucwords($offer->spirit_type) }} anzeigen" rel="nofollow">{{ ucwords($offer->spirit_type) }}</a> <span class="float-right">{{ $offer->shop }}</span> </strong></p> </div> <div class="card-block card-body px-3"> |
