File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 11@extends (' site-layout' )
22
3- @section (' meta-title' )
4- Blog
5- @stop
3+ @section (' meta-title' , ' Blog' )
64
7- @section (' meta-description' )
8- Here you will find the latest news and updates about us.
9- @stop
5+ @section (' meta-description' , ' Here you will find the latest news and updates about us.' )
106
117@section (' bodyEndScripts' )
128 @vite (' resources-site/js/blog-app.js' )
Original file line number Diff line number Diff line change 11@extends (' site-layout' )
22
3- @section (' meta-title' )
4- {{ $post -> meta_tag_title } }
5- @stop
3+ @section (' meta-title' , $post -> meta_tag_title )
64
7- @section (' meta-description' )
8- {{ $post -> meta_tag_description } }
9- @stop
5+ @section (' meta-description' , $post -> meta_tag_description )
106
117@section (' bodyEndScripts' )
128 @vite (' resources-site/js/blog-app.js' )
You can’t perform that action at this time.
0 commit comments