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
f02adffd
Commit
f02adffd
authored
May 12, 2017
by
Dominik Hebeler
Browse files
Merge branch '498-font-awesome-wird-im-ie11-nicht-angezeigt' into 'development'
Cache Control deaktiviert Closes
#498
See merge request
!864
parents
414c11ba
294a672e
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/views/layouts/staticPages.blade.php
View file @
f02adffd
...
...
@@ -13,8 +13,6 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
/>
<meta
rel=
"icon"
type=
"image/x-icon"
href=
"/favicon.ico"
/>
<meta
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"/favicon.ico"
/>
<META
HTTP-EQUIV=
"CACHE-CONTROL"
CONTENT=
"NO-CACHE"
/>
<meta
HTTP-EQUIV=
"PRAGMA"
CONTENT=
"NO-CACHE"
/>
<link
rel=
"search"
type=
"application/opensearchdescription+xml"
title=
"{{ trans('staticPages.opensearch') }}"
href=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), action('StartpageController@loadPlugin', ['params' => base64_encode(serialize(Request::all()))])) }}"
>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"{{ elixir('css/themes/default.css') }}"
/>
<link
id=
"theme"
type=
"text/css"
rel=
"stylesheet"
href=
"/css/theme.css.php"
/>
...
...
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