Create tutorial.html
This commit is contained in:
parent
023d741f11
commit
52d4efa96c
1 changed files with 10 additions and 0 deletions
10
_layouts/tutorial.html
Normal file
10
_layouts/tutorial.html
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>{{ page.title }}</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
{{ content }}
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue