Working on CMS
This commit is contained in:
@@ -1,16 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="description" content="">
|
||||
<meta http-equiv="Cache-Control" content="No-Cache">
|
||||
<meta name="author" content="{{ .Site.Title }} Administration">
|
||||
<!-- [if lte IE 8 ]]> <script src="/assets/vendor/js/ie/html5shiv.js"></script><![endif] -->
|
||||
<!--[if lte IE 8]><link rel="stylesheet" href="/assets/vendor/css/ie8.css" /><![endif]-->
|
||||
<!--[if lte IE 8]><link rel="stylesheet" href="/assets/vendor/css/ie9.css" /><![endif]-->
|
||||
<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]-->
|
||||
|
||||
{{ range $i, $v := .Stylesheets }}
|
||||
<link rel="stylesheet" href="{{ $v }}">
|
||||
{{ end }}
|
||||
|
||||
{{ range $i, $v := .HeaderScripts }}
|
||||
<script src="{{ $v }}"></script>
|
||||
{{ end }}
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user