experimenting with docs2website setup
This commit is contained in:
12
layouts/main.html
Normal file
12
layouts/main.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>{{ page.title }}</title>
|
||||
<link rel="stylesheet" href="colors.css">
|
||||
<link rel="stylesheet" href="base.css">
|
||||
</head>
|
||||
<body>
|
||||
{{> .content }}
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user