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
64431247
Commit
64431247
authored
Jun 22, 2017
by
Aria Givi
Browse files
lib.js wird im head der HTML eingebunden
parent
97e2f5ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/layouts/staticPages.blade.php
View file @
64431247
<!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
Markdown
is supported
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