Skip to content

Commit

Permalink
Home page
Browse files Browse the repository at this point in the history
  • Loading branch information
hackjie committed Jul 24, 2018
1 parent 973fdf5 commit b8cdd4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion resources/views/layouts/_header.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<!-- Branding Image -->
<a class="navbar-brand" href="{{ url('/') }}">
LaraBBS
猫眼
</a>
</div>

Expand Down
6 changes: 3 additions & 3 deletions resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<!-- CSRF Token -->
<meta name="csrf-token" content="{{ csrf_token() }}">

<title>@yield('title', 'LaraBBS') - {{ setting('site_name', 'Laravel 进阶教程') }}</title>
<meta name="description" content="@yield('description', setting('seo_description', 'LaraBBS 爱好者社区。'))" />
<meta name="keyword" content="@yield('keyword', setting('seo_keyword', 'LaraBBS,社区,论坛,开发者论坛'))" />
<title>@yield('title', 'LaraBBS') - {{ setting('site_name', '猫咪') }}</title>
<meta name="description" content="@yield('description', setting('seo_description', '猫咪'))" />
<meta name="keyword" content="@yield('keyword', setting('seo_keyword', '猫咪,猫咪社区,猫咪论坛,猫咪问题'))" />

<!-- Styles -->
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
Expand Down

0 comments on commit b8cdd4c

Please sign in to comment.