Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -8,8 +8,8 @@ | ... | @@ -8,8 +8,8 @@ |
| 8 | <meta charset="utf-8"> | 8 | <meta charset="utf-8"> |
| 9 | 9 | ||
| 10 | <!-- Styles and Fonts --> | 10 | <!-- Styles and Fonts --> |
| 11 | - <link rel="stylesheet" href="{{ elixir('css/styles.css') }}"> | 11 | + <link rel="stylesheet" href="{{ versioned_asset('css/styles.css') }}"> |
| 12 | - <link rel="stylesheet" media="print" href="{{ elixir('css/print-styles.css') }}"> | 12 | + <link rel="stylesheet" media="print" href="{{ versioned_asset('css/print-styles.css') }}"> |
| 13 | <link href='//fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,300italic,100,300' rel='stylesheet' type='text/css'> | 13 | <link href='//fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,300italic,100,300' rel='stylesheet' type='text/css'> |
| 14 | <link rel="stylesheet" href="/libs/material-design-iconic-font/css/material-design-iconic-font.min.css"> | 14 | <link rel="stylesheet" href="/libs/material-design-iconic-font/css/material-design-iconic-font.min.css"> |
| 15 | 15 | ||
| ... | @@ -59,6 +59,6 @@ | ... | @@ -59,6 +59,6 @@ |
| 59 | @yield('content') | 59 | @yield('content') |
| 60 | </section> | 60 | </section> |
| 61 | 61 | ||
| 62 | -<script src="{{ elixir('js/common.js') }}"></script> | 62 | +<script src="{{ versioned_asset('js/common.js') }}"></script> |
| 63 | </body> | 63 | </body> |
| 64 | </html> | 64 | </html> | ... | ... |
-
Please register or sign in to post a comment