<head> corrections

This commit is contained in:
2022-03-20 14:26:17 +01:00
parent 7aa03fe3bb
commit 46b635e25c

View File

@@ -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" />