First one
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>{{ .Title }}</title>
|
||||
{{- partial "head.html" . -}}
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container col-md-6 col-md-offset-3">
|
||||
<h1>{{.Title}}</h1>
|
||||
<div>{{ dateFormat "Monday, Jan 2, 2006" .Date }}</div>
|
||||
<div>{{if .Params.author}}Author: {{.Params.Author}}{{end}}</div>
|
||||
<div>{{.Content}}</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user