Skip to content

Commit e11fe9b

Browse files
committed
spec: use the yaml title as the HTML title
1 parent 7b59154 commit e11fe9b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

spec/_layouts/default.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
</script>
2626

2727
<link rel="stylesheet" type="text/css" href="public/stylesheets/screen.css">
28-
28+
<title>{{ page.title }}</title>
2929
</head>
3030

3131
<body>
3232

3333
{{ content }}
3434

3535
</body>
36-
</html>
36+
</html>

spec/_layouts/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
55

66
<link rel="stylesheet" type="text/css" href="public/stylesheets/screen.css">
7-
7+
<title>{{ page.title }}</title>
88
</head>
99

1010
<body>
1111

1212
{{ content }}
1313

1414
</body>
15-
</html>
15+
</html>

0 commit comments

Comments
 (0)