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
ea25efbf
Commit
ea25efbf
authored
Jul 06, 2018
by
Aria Givi
Browse files
staticPages und index-Seite angepasst
parent
e5625d79
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/views/index.blade.php
View file @
ea25efbf
...
...
@@ -9,7 +9,7 @@
</
h1
>
@
include
(
'parts.searchbar'
,
[
'class'
=>
'startpage-searchbar'
])
<
div
id
=
"show-plugin-modal"
>
<
label
for
=
"plugin-modal-checkbox"
role
=
"button"
class
=
"btn btn-default open-plugin-modal"
title
=
"{{ trans('index.plugin.open-modal.title') }}"
><
i
class
=
"fa fa-plug"
aria
-
hidden
=
"true"
></
i
>
{{
trans
(
'index.plugin.open-modal'
)
}}
</
label
>
<
label
for
=
"plugin-modal-checkbox"
class
=
"btn btn-default open-plugin-modal"
title
=
"{{ trans('index.plugin.open-modal.title') }}"
><
i
class
=
"fa fa-plug"
aria
-
hidden
=
"true"
></
i
>
{{
trans
(
'index.plugin.open-modal'
)
}}
</
label
>
</
div
>
<
script
type
=
"text/javascript"
src
=
"{{ mix('js/scriptStartPage.js') }}"
></
script
>
<
script
type
=
"text/javascript"
src
=
"{{ mix('js/searchbar.js') }}"
></
script
>
...
...
resources/views/layouts/staticPages.blade.php
View file @
ea25efbf
...
...
@@ -2,7 +2,6 @@
<html
lang=
"{!! trans('staticPages.meta.language') !!}"
>
<head>
<meta
charset=
"utf-8"
/>
<meta
http-equiv=
"content-type"
content=
"text/html; charset=utf-8"
/>
<title>
@yield('title')
</title>
<meta
name=
"description"
content=
"{!! trans('staticPages.meta.Description') !!}"
/>
<meta
name=
"keywords"
content=
"{!! trans('staticPages.meta.Keywords') !!}"
/>
...
...
@@ -10,9 +9,7 @@
<meta
name=
"robots"
content=
"index,follow"
/>
<meta
name=
"revisit-after"
content=
"7 days"
/>
<meta
name=
"audience"
content=
"all"
/>
<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
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1"
/>
<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=
"/fonts/liberation-fonts/liberation-fonts.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"{{ mix('css/themes/default.css') }}"
/>
...
...
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