summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/_layouts/default.yml4
-rw-r--r--spec/_layouts/toc.yml4
2 files changed, 4 insertions, 4 deletions
diff --git a/spec/_layouts/default.yml b/spec/_layouts/default.yml
index d3296c6f5d..c01e34d83a 100644
--- a/spec/_layouts/default.yml
+++ b/spec/_layouts/default.yml
@@ -25,7 +25,7 @@
</script>
<link rel="stylesheet" type="text/css" href="public/stylesheets/screen.css">
-
+ <title>{{ page.title }}</title>
</head>
<body>
@@ -33,4 +33,4 @@
{{ content }}
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/spec/_layouts/toc.yml b/spec/_layouts/toc.yml
index d77ea62a19..85e1e6bc5c 100644
--- a/spec/_layouts/toc.yml
+++ b/spec/_layouts/toc.yml
@@ -4,7 +4,7 @@
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
<link rel="stylesheet" type="text/css" href="public/stylesheets/screen.css">
-
+ <title>{{ page.title }}</title>
</head>
<body>
@@ -12,4 +12,4 @@
{{ content }}
</body>
-</html> \ No newline at end of file
+</html>