summaryrefslogtreecommitdiff
path: root/spec/_layouts/toc.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/_layouts/toc.yml')
-rw-r--r--spec/_layouts/toc.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/spec/_layouts/toc.yml b/spec/_layouts/toc.yml
new file mode 100644
index 0000000000..d77ea62a19
--- /dev/null
+++ b/spec/_layouts/toc.yml
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
+
+ <link rel="stylesheet" type="text/css" href="public/stylesheets/screen.css">
+
+</head>
+
+<body>
+
+{{ content }}
+
+</body>
+</html> \ No newline at end of file