website/layouts/index.html

15 lines
167 B
HTML
Raw Normal View History

2016-11-08 18:13:24 +05:30
<!DOCTYPE html>
<html>
<head>
<title>{{ .Site.Title }}</title>
{{ .Hugo.Generator }}
</head>
<body>
<h1>
Website
</h1>
</body>
</html>