blog/layouts/index.html

15 lines
164 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>{{ .Site.Title }}</title>
{{ .Hugo.Generator }}
</head>
<body>
<h1>
Blog
</h1>
</body>
</html>