Checkin
This commit is contained in:
@@ -1,13 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{ .Site.Title }}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>{{ .Site.Title}}</h1>
|
||||
<h2>{{ .Title }}</h2>
|
||||
{{ .Content }}
|
||||
</body>
|
||||
</html>
|
||||
{{ define "main" }}
|
||||
<h2>{{ .Title }}</h2>
|
||||
{{ .Content }}
|
||||
{{ end }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user