Allow a completely custom stylesheet

This commit is contained in:
James Brooks
2014-12-20 17:57:44 +00:00
parent 505dd36773
commit 2bc8fea659
2 changed files with 14 additions and 0 deletions
+6
View File
@@ -15,6 +15,12 @@
@include('partials.stylesheet')
@if($stylesheet = Setting::get('stylesheet'))
<style type='text/css'>
{{ $stylesheet }}
</style>
@endif
<script src="{{ elixir('js/all.js') }}"></script>
</head>
<body class='status-page'>