mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-02-21 08:02:45 +08:00
Merge branch 'master' into release
This commit is contained in:
commit
a91d42634d
@ -8,8 +8,8 @@
|
||||
<meta charset="utf-8">
|
||||
|
||||
<!-- Styles and Fonts -->
|
||||
<link rel="stylesheet" href="{{ elixir('css/styles.css') }}">
|
||||
<link rel="stylesheet" media="print" href="{{ elixir('css/print-styles.css') }}">
|
||||
<link rel="stylesheet" href="{{ versioned_asset('css/styles.css') }}">
|
||||
<link rel="stylesheet" media="print" href="{{ versioned_asset('css/print-styles.css') }}">
|
||||
<link href='//fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,300italic,100,300' rel='stylesheet' type='text/css'>
|
||||
<link rel="stylesheet" href="/libs/material-design-iconic-font/css/material-design-iconic-font.min.css">
|
||||
|
||||
@ -59,6 +59,6 @@
|
||||
@yield('content')
|
||||
</section>
|
||||
|
||||
<script src="{{ elixir('js/common.js') }}"></script>
|
||||
<script src="{{ versioned_asset('js/common.js') }}"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user