diff options
| author | horus | 2019-05-27 19:55:13 +0200 |
|---|---|---|
| committer | horus | 2019-05-27 19:57:04 +0200 |
| commit | 7dae7b2915e837bf204a234d3014103333d052b5 (patch) | |
| tree | 77baf2dec453295944164bcd21289fe6c438a263 /resources/views/search.blade.php | |
| parent | 08287f7b813aa00d41c89b0b817363c7d4bfe1b4 (diff) | |
| download | kategorischeraperitif-7dae7b2915e837bf204a234d3014103333d052b5.tar.gz | |
Adds breadcrumbs and meta fields. v1.0
Diffstat (limited to 'resources/views/search.blade.php')
| -rw-r--r-- | resources/views/search.blade.php | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/resources/views/search.blade.php b/resources/views/search.blade.php index 2b44eef..e15c9c2 100644 --- a/resources/views/search.blade.php +++ b/resources/views/search.blade.php @@ -9,16 +9,7 @@ Finde den besten Deal @endsection @section('content') -<div class="container"> - <nav class="breadcrumbs" typeof="BreadcrumbList" vocab="https://schema.org/" aria-label="breadcrumb"> - <ol class="breadcrumb"> - <!-- Breadcrumb NavXT 6.2.1 --> -<li class="home breadcrumb-item"><span property="itemListElement" typeof="ListItem"><a property="item" typeof="WebPage" title="Gehe zur Startseite: Fuselkönig.de" href="https://www.fuselkoenig.de" class="home"><span property="name">Startseite</span></a><meta property="position" content="1"></span></li> -<li class="post post-angebote-archive breadcrumb-item"><span property="itemListElement" typeof="ListItem"><a property="item" typeof="WebPage" title="Schau dir Angebote an." href="/angebote/" class="post post-angebote-archive"><span property="name">Angebote</span></a><meta property="position" content="2"></span></li> -<li class="archive taxonomy type current-item breadcrumb-item active" aria-current="page"><span property="itemListElement" typeof="ListItem"><span property="name">Suche nach <strong>"{{ ucwords($search_phrase) }}"</strong></span><meta property="position" content="3"></span></li> - </ol> - </nav> - </div> +@include('snippets.breadcrumbs') <div class="container"> @@ -50,6 +41,11 @@ if ( $data->count() ) { </div> <button type="submit" class="btn btn-secondary">Suchen</button> </form> + + <p style="margin-top: 26px;"> + Oder suchen Sie nach Kategorien: + </p> + @include('snippets.spirittypesbuttons') </div> <?php } |
