Start a website with cobalt
This commit is contained in:
13
_layouts/default.liquid
Normal file
13
_layouts/default.liquid
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{ page.title }}</title>
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
<h2>{{ page.title }}</h2>
|
||||
{{ page.content }}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user