source:
resources/views/layouts/blog.blade.php
Last change on this file was 0924b6c, checked in by , 4 years ago | |
---|---|
|
|
File size: 231 bytes |
Rev | Line | |
---|---|---|
[0924b6c] | 1 | <!DOCTYPE html> |
2 | <html> | |
3 | ||
4 | <head> | |
5 | @include("fragments.blog.head") | |
6 | </head> | |
7 | ||
8 | <body> | |
9 | ||
10 | @if(!Request::is("about")) | |
11 | @include("fragments.blog.nav") | |
12 | @endif | |
13 | ||
14 | @yield("blog_content") | |
15 | ||
16 | @include("fragments.blog.footer") | |
17 | ||
18 | </body> | |
19 | </html> |
Note:
See TracBrowser
for help on using the repository browser.