Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
open-source
MetaGer
Commits
0f01c408
Commit
0f01c408
authored
Sep 15, 2020
by
Dominik Hebeler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed html head of result page
parent
1fa13a3a
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
resources/views/layouts/resultPage.blade.php
resources/views/layouts/resultPage.blade.php
+2
-0
resources/views/layouts/resultpage/verificationHeader.blade.php
...ces/views/layouts/resultpage/verificationHeader.blade.php
+1
-1
No files found.
resources/views/layouts/resultPage.blade.php
View file @
0f01c408
@
if
(
empty
(
config
(
"metager.metager.browserverification_enabled"
))
||
!
config
(
"metager.metager.browserverification_enabled"
))
<!
DOCTYPE
html
>
<
html
lang
=
"{!! trans('staticPages.meta.language') !!}"
>
<
head
>
<
meta
charset
=
"utf-8"
>
@
endif
<
title
>
{{
$eingabe
}}
-
MetaGer
</
title
>
<
link
href
=
"/favicon.ico"
rel
=
"icon"
type
=
"image/x-icon"
/>
<
link
href
=
"/favicon.ico"
rel
=
"shortcut icon"
type
=
"image/x-icon"
/>
...
...
resources/views/layouts/resultpage/verificationHeader.blade.php
View file @
0f01c408
<!DOCTYPE html>
<html
lang=
"
en
"
>
<html
lang=
"
{!! trans('staticPages.meta.language') !!}
"
>
<head>
<meta
charset=
"UTF-8"
>
<link
rel=
"stylesheet"
href=
"/index.css?id={{ $key }}"
>
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