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
e74e61d8
Commit
e74e61d8
authored
Oct 10, 2016
by
Phil Höfer
Browse files
Merge branch '286-gulp-fur-less-einrichten' into 'development'
Style-link-tags umsortiert See merge request
!477
parents
1cbbb57b
8b43474e
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/layouts/resultPage.blade.php
View file @
e74e61d8
...
...
@@ -3,11 +3,9 @@
<head>
<title>
{{ $metager->getQ() }} - MetaGer
</title>
<!--<link href="/css/bootstrap.css" rel="stylesheet" />-->
<link
href=
"/css/styleResultPage.css"
rel=
"stylesheet"
/>
@if( isset($mobile)
&&
$mobile )
<link
href=
"/css/styleResultPageMobile.css"
rel=
"stylesheet"
/>
@endif
<link
id=
"theme"
href=
"/css/theme.css.php"
rel=
"stylesheet"
/>
<link
href=
"/favicon.ico"
rel=
"icon"
type=
"image/x-icon"
/>
<link
href=
"/favicon.ico"
rel=
"shortcut icon"
type=
"image/x-icon"
/>
<meta
content=
"width=device-width, initial-scale=1.0, user-scalable=no"
name=
"viewport"
/>
...
...
@@ -16,6 +14,7 @@
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<link
rel=
"search"
type=
"application/opensearchdescription+xml"
title=
"{!! trans('resultPage.opensearch') !!}"
href=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), action('StartpageController@loadPlugin', ['params' => base64_encode(serialize(Request::all()))])) }}"
>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/themes/{{ app('request')->input('theme', 'default') }}.css"
/>
<link
href=
"/css/styleResultPage.css"
rel=
"stylesheet"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"/css/lightslider.css"
/>
</head>
<body
id=
"resultBody"
>
...
...
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