forked from mirror/pixelfed
commit
b2e5abb692
|
@ -21,6 +21,9 @@
|
|||
<link rel="canonical" href="{{url(request()->url())}}">
|
||||
<link href="{{ mix('css/app.css') }}" rel="stylesheet" data-stylesheet="light">
|
||||
<link href="{{ mix('css/spa.css') }}" rel="stylesheet" data-stylesheet="light">
|
||||
@if(config_cache('uikit.show_custom.css'))
|
||||
<style type="text/css">{!!config_cache('uikit.custom.css')!!}</style>
|
||||
@endif
|
||||
@auth
|
||||
<script type="text/javascript">
|
||||
window._sharedData = {
|
||||
|
|
Loading…
Reference in New Issue