Skip to content
GitLab
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
f61879e9
Commit
f61879e9
authored
Feb 06, 2020
by
Phil Höfer
Browse files
Remove Bootstrap css reference from static pages
parent
b05b9fa9
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/views/layouts/staticPages.blade.php
View file @
f61879e9
...
...
@@ -22,7 +22,6 @@
<link
rel=
"apple-touch-icon"
sizes=
"152x152"
href=
"/img/apple/touch-icon-152.png"
>
<link
rel=
"apple-touch-icon"
sizes=
"180x180"
href=
"/img/apple/touch-icon-180.png"
>
<link
rel=
"search"
type=
"application/opensearchdescription+xml"
title=
"{{ trans('staticPages.opensearch') }}"
href=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), action('StartpageController@loadPlugin')) }}"
>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"{{ mix('css/bootstrap.css') }}"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"{{ mix('css/themes/metager.css') }}"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"{{ mix('css/utility.css') }}"
/>
<link
href=
"/fonts/liberationsans/stylesheet.css"
rel=
"stylesheet"
>
...
...
Phil Höfer
@phil
mentioned in commit
ef4e8c0d
·
Mar 30, 2020
mentioned in commit
ef4e8c0d
mentioned in commit ef4e8c0da8bbf13ae4d8eb0155dddfdaeb82831e
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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