Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
2064942b
Commit
2064942b
authored
Jun 22, 2017
by
Aria Givi
Browse files
lib.js wird im head der HTML eingebunden
parent
5220c429
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/layouts/staticPages.blade.php
View file @
2064942b
<!DOCTYPE html>
<html
lang=
"{!! trans('staticPages.meta.language') !!}"
>
<head>
<script
src=
"{{ elixir('js/lib.js') }}"
></script>
<meta
charset=
"utf-8"
/>
<meta
http-equiv=
"content-type"
content=
"text/html; charset=utf-8"
/>
<title>
@yield('title')
</title>
...
...
@@ -222,6 +223,5 @@
<img
src=
"{{ action('ImageController@generateImage')}}?site={{ urlencode(url()->current()) }}"
class=
"hidden"
/>
</div>
</body>
<script
src=
"{{ elixir('js/lib.js') }}"
></script>
<script
src=
"{{ elixir('js/scriptSubPages.js') }}"
></script>
</html>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment