Initial Commit

This commit is contained in:
2017-08-28 15:04:19 -05:00
commit e7457819b5
62 changed files with 26132 additions and 0 deletions

16
templates/htmlheader.html Normal file
View 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>