Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
spec: use the yaml title as the HTML title
  • Loading branch information
gourlaysama committed Sep 15, 2014
commit e11fe9be4a6e7af42aa43b41747ee8007298726f
4 changes: 2 additions & 2 deletions spec/_layouts/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
</script>

<link rel="stylesheet" type="text/css" href="public/stylesheets/screen.css">

<title>{{ page.title }}</title>
</head>

<body>

{{ content }}

</body>
</html>
</html>
4 changes: 2 additions & 2 deletions spec/_layouts/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<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>

{{ content }}

</body>
</html>
</html>