Initial Commit
This commit is contained in:
16
templates/htmlheader.html
Normal file
16
templates/htmlheader.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!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>
|
Reference in New Issue
Block a user