Skip to content
Snippets Groups Projects
Commit 64431247 authored by Aria Givi's avatar Aria Givi
Browse files

lib.js wird im head der HTML eingebunden

parent 97e2f5ca
No related branches found
No related tags found
2 merge requests!948Development,!942lib.js wird im head der HTML eingebunden
<!DOCTYPE html> <!DOCTYPE html>
<html lang="{!! trans('staticPages.meta.language') !!}"> <html lang="{!! trans('staticPages.meta.language') !!}">
<head> <head>
<script src="{{ elixir('js/lib.js') }}"></script>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>@yield('title')</title> <title>@yield('title')</title>
...@@ -222,6 +223,5 @@ ...@@ -222,6 +223,5 @@
<img src="{{ action('ImageController@generateImage')}}?site={{ urlencode(url()->current()) }}" class="hidden" /> <img src="{{ action('ImageController@generateImage')}}?site={{ urlencode(url()->current()) }}" class="hidden" />
</div> </div>
</body> </body>
<script src="{{ elixir('js/lib.js') }}"></script>
<script src="{{ elixir('js/scriptSubPages.js') }}"></script> <script src="{{ elixir('js/scriptSubPages.js') }}"></script>
</html> </html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment