gosscms/templates/htmlheader.html

17 lines
515 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta http-equiv="Cache-Control" content="No-Cache">
<link rel="apple-touch-icon" href="/assets/images/favicon.png" type="image/png">
<link rel="shortcut icon" href="/assets/images/favicon.png" type="image/png">
<title>{{ .Site.Title }} - {{ .SubTitle }}</title>
<!--[if lt IE 9]>
<![endif]-->
</head>
<body>
</body>