add: layout file
This commit is contained in:
parent
883adf943b
commit
19e2cdf4bc
1 changed files with 9 additions and 0 deletions
9
layouts/_index.html
Normal file
9
layouts/_index.html
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>@title</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
@contents
|
||||||
|
</body>
|
Loading…
Add table
Reference in a new issue