File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 11<!doctype html>
2- <html lang="{{ config('app.locale' ) }}">
2+ <html lang="{{ str_replace('_', '-', app()->getLocale() ) }}">
33 <head>
44 <meta charset="utf-8">
55 <meta http-equiv="X-UA-Compatible" content="IE=edge">
88 <title>Laravel</title>
99
1010 <!-- Fonts -->
11- <link href="https://fonts.googleapis.com/css?family=Raleway:100 ,600" rel="stylesheet" type="text/css ">
11+ <link href="https://fonts.googleapis.com/css?family=Nunito:200 ,600" rel="stylesheet">
1212
1313 <!-- Styles -->
1414 <link rel="stylesheet" href="{{ themes('[CSSNAME]') }}">
3232 </div>
3333
3434 <div class="links">
35- <a href="https://laravel.com/docs">Documentation </a>
35+ <a href="https://laravel.com/docs">Docs </a>
3636 <a href="https://laracasts.com">Laracasts</a>
3737 <a href="https://laravel-news.com">News</a>
38+ <a href="https://blog.laravel.com">Blog</a>
39+ <a href="https://nova.laravel.com">Nova</a>
3840 <a href="https://forge.laravel.com">Forge</a>
41+ <a href="https://vapor.laravel.com">Vapor</a>
3942 <a href="https://github.com/laravel/laravel">GitHub</a>
4043 </div>
4144 </div>
You can’t perform that action at this time.
0 commit comments