소스 검색

Merge pull request #3368 from pixelfed/staging

Update spa blade view
daniel 3 년 전
부모
커밋
b2e5abb692
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      resources/views/layouts/spa.blade.php

+ 3 - 0
resources/views/layouts/spa.blade.php

@@ -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 = {