@@ -104,6 +115,12 @@ @include('_partials.footer') + {{-- Banner --}} + @unless(isset($banner) && $banner === false ) + @include('_partials.banner') + @endunless + {{-- /Banner --}} + @if ($page->docsearchApiKey && $page->docsearchIndexName) @endif diff --git a/source/_layouts/master.blade.php b/source/_layouts/master.blade.php index a049cb9..e6f5626 100644 --- a/source/_layouts/master.blade.php +++ b/source/_layouts/master.blade.php @@ -37,6 +37,12 @@ {{ ($title ?? null) ? $title . ' | Tenancy for Laravel' : 'Tenancy for Laravel' }} + + + + @@ -55,6 +61,13 @@ @include('_partials.footer') {{-- /Footer --}} +{{-- Banner --}} +@unless(isset($banner) && $banner === false ) + @include('_partials.banner') +@endunless +{{-- /Banner --}} + +@stack('scripts') - \ No newline at end of file + diff --git a/source/_nav/menu-item.blade.php b/source/_nav/menu-item.blade.php index 1f06479..263871f 100644 --- a/source/_nav/menu-item.blade.php +++ b/source/_nav/menu-item.blade.php @@ -2,6 +2,7 @@ @if ($url = is_string($item) ? $item : $item->url) {{ $label }} diff --git a/source/_partials/banner.blade.php b/source/_partials/banner.blade.php new file mode 100644 index 0000000..ee5e57e --- /dev/null +++ b/source/_partials/banner.blade.php @@ -0,0 +1,41 @@ +
+
+
+
+
+ + + + + + +

+ + Save time with our SaaS application template. + + +

+
+ +
+ +
+
+
+
+
diff --git a/source/_partials/footer.blade.php b/source/_partials/footer.blade.php index aba79e3..0b642a2 100644 --- a/source/_partials/footer.blade.php +++ b/source/_partials/footer.blade.php @@ -1,141 +1,141 @@
-
-
-
-
-
-

- Documentation -

- -
- -
-
-
-

- Business -

- -
-
-

- Links -

- -
-
-
-
-

- Subscribe to our newsletter -

-

- Receive notifications about important releases, new packages and other updates. -

-
- - -
- -
-
-
-
-
- -

- © 2020 Samuel Štancl. All rights reserved. -

-
-
-
\ No newline at end of file +
+
+
+
+
+

+ Documentation +

+ +
+ +
+
+
+

+ Business +

+ +
+
+

+ Links +

+ +
+
+
+
+

+ Subscribe to our newsletter +

+

+ Receive notifications about important releases, new packages and other updates. +

+
+ + +
+ +
+
+
+
+
+ +

+ Made by ArchTech. © {{ date('Y') }} All rights reserved. +

+
+
+
diff --git a/source/_partials/header.blade.php b/source/_partials/header.blade.php index 207e8b6..629d3ba 100644 --- a/source/_partials/header.blade.php +++ b/source/_partials/header.blade.php @@ -154,7 +154,7 @@