File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 2
2
<meta http-equiv =" X-UA-Compatible" content =" IE=edge" >
3
3
<meta name =" viewport" content =" width=device-width, initial-scale=1.0, shrink-to-fit=no" >
4
4
@if (backpack_theme_config (' meta_robots_content' ) )
5
- <meta name =" robots" content =" {{ backpack_theme_config (' meta_robots_content' , ' noindex, nofollow' ) } }" > @endif
5
+ <meta name =" robots" content =" {{ backpack_theme_config (' meta_robots_content' , ' noindex, nofollow' ) } }" >
6
+ @endif
7
+
8
+ @includeWhen (view ()-> exists (' vendor.backpack.ui.inc.header_metas' ), ' vendor.backpack.ui.inc.header_metas' )
6
9
7
10
<meta name =" csrf-token" content =" {{ csrf_token () } }" /> {{-- Encrypted CSRF token for Laravel, in order for Ajax requests to work --}}
8
11
<title >{{ isset ($title ) ? $title . ' :: ' . backpack_theme_config (' project_name' ) : backpack_theme_config (' project_name' ) } } </title >
You can’t perform that action at this time.
0 commit comments