v1.4.8j Fix manifest and meta tags NO
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
<img class="w-50" id="sdeLogo" src="{{URL::asset('/images/logos/Logo-hvid.svg')}}" onclick="location.href = '{{ route("root.index") }}';" alt="Syddansk Erhvervsskole">
|
||||
@endif
|
||||
<button class="ml-auto btn-sde-blue" style="border: none; font-size: 20px; outline: none;" id="toggle">
|
||||
<i id="icon" class="fas fa-bars" style="color: black;"></i>
|
||||
<i id="icon" class="fas fa-bars" style="color: white;"></i>
|
||||
</button>
|
||||
</header>
|
||||
<div class="d-none bg-sde-blue col" id="menu">
|
||||
@@ -114,6 +114,8 @@
|
||||
</style>
|
||||
@yield("content")
|
||||
<script src="{{ mix("/js/app.js") }}"></script>
|
||||
<script src="/js/serviceWorkerRegistration.js"></script>
|
||||
<!--We have a service worker on the login pages, dont know if he works on the rest of the website, it looks like he does :) -->
|
||||
@if(request()->cookie("mode") == "dark")
|
||||
<script type="text/javascript">
|
||||
function toggleMenu(menu) {
|
||||
|
||||
Reference in New Issue
Block a user