From 83eb1421f7bcdbbd3e05d6322b2c94face1e0158 Mon Sep 17 00:00:00 2001 From: Rico van Zelst Date: Tue, 12 Dec 2023 14:40:52 +0100 Subject: [PATCH] refactor: Update itemid attribute in show.blade.php The commit updates the itemid attribute in the show.blade.php file to dynamically set it based on the current URL. This change improves the accuracy of metadata for search engine optimization. --- resources/views/posts/show.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/posts/show.blade.php b/resources/views/posts/show.blade.php index 8e7feff..d6d62a1 100644 --- a/resources/views/posts/show.blade.php +++ b/resources/views/posts/show.blade.php @@ -11,7 +11,7 @@ posts
+ itemid="{{url()->current()}}">