<head> corrections
This commit is contained in:
@@ -23,10 +23,13 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Willkommen bei ${productNameFull}</title>
|
<title>Willkommen bei ${productNameFull}</title>
|
||||||
|
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
<meta name="robots" content="noindex, nofollow">
|
<meta name="robots" content="noindex, nofollow">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="${resourcesPath}/img/favicon.ico" />
|
<link rel="shortcut icon" href="${resourcesPath}/img/favicon.ico" />
|
||||||
|
|
||||||
<#if properties.stylesCommon?has_content>
|
<#if properties.stylesCommon?has_content>
|
||||||
<#list properties.stylesCommon?split(' ') as style>
|
<#list properties.stylesCommon?split(' ') as style>
|
||||||
<link href="${resourcesCommonPath}/${style}" rel="stylesheet" />
|
<link href="${resourcesCommonPath}/${style}" rel="stylesheet" />
|
||||||
|
|||||||
Reference in New Issue
Block a user