website/layouts/index.html

15 lines
167 B
HTML

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