blog/layouts/index.html

15 lines
164 B
HTML
Raw Normal View History

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