From c3b94f34f2e3ead663999cb7723991abc4dfdbb4 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Sun, 8 Mar 2020 02:09:59 +0000 Subject: Add site meta --- config.php | 2 +- source/_layouts/master.blade.php | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/config.php b/config.php index 1626ba0..3f46230 100644 --- a/config.php +++ b/config.php @@ -5,7 +5,7 @@ use Illuminate\Support\Str; return [ 'baseUrl' => '', 'production' => false, - 'siteName' => 'David T. Sadler', + 'siteName' => 'davidtsadler.com', 'siteDescription' => 'My little bit of the Internet', 'siteAuthor' => 'David T. Sadler', 'perPage' => 2, diff --git a/source/_layouts/master.blade.php b/source/_layouts/master.blade.php index cd0cfad..02eb72c 100644 --- a/source/_layouts/master.blade.php +++ b/source/_layouts/master.blade.php @@ -4,6 +4,14 @@ + + + + + + + {{ $page->title ? $page->title . ' | ' : '' }}{{ $page->siteName }} + @@ -12,7 +20,7 @@
@yield('article')