mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-20 02:16:32 +08:00
Add custom CSS and JS options
This commit is contained in:
parent
9e67b7c72e
commit
869cfd34ab
@ -33,6 +33,10 @@
|
||||
@else
|
||||
<base href="{{ url('') }}">
|
||||
@endif
|
||||
<style id="custom_css">
|
||||
/* editable using the 'Settings > Advanced > Custom CSS' option */
|
||||
{!! \App\Setting::fetch('custom_css') !!}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"{!! $alt_bg !!}>
|
||||
@ -113,5 +117,9 @@
|
||||
<script src="{{ asset('js/app.js?v=4') }}"></script>
|
||||
@yield('scripts')
|
||||
|
||||
<script id="custom_js">
|
||||
/* editable using the 'Settings > Advanced > Custom JavaScript' option */
|
||||
{!! \App\Setting::fetch('custom_js') !!}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user