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 1
1
@extends (' site-layout' )
2
2
3
- @section (' meta-title' )
4
- Blog
5
- @stop
3
+ @section (' meta-title' , ' Blog' )
6
4
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.' )
10
6
11
7
@section (' bodyEndScripts' )
12
8
@vite (' resources-site/js/blog-app.js' )
Original file line number Diff line number Diff line change 1
1
@extends (' site-layout' )
2
2
3
- @section (' meta-title' )
4
- {{ $post -> meta_tag_title } }
5
- @stop
3
+ @section (' meta-title' , $post -> meta_tag_title )
6
4
7
- @section (' meta-description' )
8
- {{ $post -> meta_tag_description } }
9
- @stop
5
+ @section (' meta-description' , $post -> meta_tag_description )
10
6
11
7
@section (' bodyEndScripts' )
12
8
@vite (' resources-site/js/blog-app.js' )
You can’t perform that action at this time.
0 commit comments