1
0
forked from kamat/blog

Start a website with cobalt

This commit is contained in:
KAMATAKI Yuya
2023-10-08 21:47:18 +09:00
commit c80792b17d
6 changed files with 60 additions and 0 deletions

13
_layouts/default.liquid Normal file
View 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>