From 52b309085dae30b3155fffbfcb2a70b57ce24dfa Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Mon, 24 Aug 2020 16:14:13 +0100 Subject: Add analytics --- source/_layouts/master.blade.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'source') diff --git a/source/_layouts/master.blade.php b/source/_layouts/master.blade.php index 2927fe1..ed71ab4 100644 --- a/source/_layouts/master.blade.php +++ b/source/_layouts/master.blade.php @@ -15,6 +15,7 @@ + @if ($page->production)@endif
@@ -35,6 +36,14 @@

Copyright © 2020 David T. Sadler

+ @if ($page->production) + + @endif -- cgit v1.2.3-13-gbd6f