From e5991b669bde1d7ccc20b6b99281bac95363cb78 Mon Sep 17 00:00:00 2001 From: Babibubebon Date: Mon, 20 Jan 2020 01:27:58 +0900 Subject: [PATCH] embed JSON-LD in HTML page --- resources/views/resource.blade.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/views/resource.blade.php b/resources/views/resource.blade.php index 70181e4..2dbacdb 100644 --- a/resources/views/resource.blade.php +++ b/resources/views/resource.blade.php @@ -65,4 +65,8 @@ @endforeach @endforeach + + @endsection