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
f8655f0c
Commit
f8655f0c
authored
Jan 17, 2017
by
Phil Höfer
Browse files
HTML-Header aufgeräumt
parent
711ff9e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/layouts/staticPages.blade.php
View file @
f8655f0c
<!DOCTYPE html>
<html
xmlns=
"http://www.w3.org/1999/xhtml
"
>
<html
lang=
"{!! trans('staticPages.meta.language') !!}
"
>
<head>
<title>
@yield('title')
</title>
<!-- TradeDoubler site verification 2866738 -->
<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') !!}"
/>
<meta
http-equiv=
"language"
content=
"{!! trans('staticPages.meta.language') !!}"
/>
<meta
name=
"page-topic"
content=
"Dienstleistung"
/>
<meta
name=
"robots"
content=
"index,follow"
/>
<meta
name=
"revisit-after"
content=
"7 days"
/>
...
...
@@ -17,10 +16,6 @@
<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 href="/css/bootstrap.css" rel="stylesheet" />
-->
<!--<link type="text/css" rel="stylesheet" href="/css/themes/{{ app('request')->input('theme', 'default-neu') }}.css" />-->
<!--<link href="/css/style.css" rel="stylesheet" />-->
<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"
/>
@if (isset($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