summaryrefslogtreecommitdiff
path: root/spec/_layouts/default.yml
diff options
context:
space:
mode:
authorAntoine Gourlay <antoine@gourlay.fr>2014-07-29 15:25:00 +0200
committerAntoine Gourlay <antoine@gourlay.fr>2014-09-15 08:43:01 +0200
commite11fe9be4a6e7af42aa43b41747ee8007298726f (patch)
treed4d95c6c85b91741b898a8fe3bfe79de9b59d429 /spec/_layouts/default.yml
parent7b591540fd46f4e8d6e4f589efe7abe468d69ca4 (diff)
downloadscala-e11fe9be4a6e7af42aa43b41747ee8007298726f.tar.gz
scala-e11fe9be4a6e7af42aa43b41747ee8007298726f.tar.bz2
scala-e11fe9be4a6e7af42aa43b41747ee8007298726f.zip
spec: use the yaml title as the HTML title
Diffstat (limited to 'spec/_layouts/default.yml')
-rw-r--r--spec/_layouts/default.yml4
1 files changed, 2 insertions, 2 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>