northsidestudio Website init
This commit is contained in:
12
northsidestudio/layouts/index.html
Normal file
12
northsidestudio/layouts/index.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{ .Site.Title }}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>{{ .Site.Title}}</h1>
|
||||
{{ .Content }}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user