documentation pages should have titles

This commit is contained in:
Dotan Dimet 2015-01-05 00:29:12 +02:00
parent 5228f92a57
commit 68320b7a91
4 changed files with 9 additions and 7 deletions

View file

@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<title>Mithril</title>
<title><%= topic %>Mithril</title>
<link href="lib/prism/prism.css" rel="stylesheet" />
<link href="style.css" rel="stylesheet" />
</head>
@ -89,4 +89,4 @@
</footer>
<script src="lib/prism/prism.js"></script>
</body>
</html>
</html>

View file

@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<title>Mithril</title>
<title><%= topic %>Mithril</title>
<link href="lib/prism/prism.css" rel="stylesheet" />
<link href="style.css" rel="stylesheet" />
</head>
@ -59,4 +59,4 @@
</footer>
<script src="lib/prism/prism.js"></script>
</body>
</html>
</html>

View file

@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<title>Mithril</title>
<title><%= topic %>Mithril</title>
<link href="lib/prism/prism.css" rel="stylesheet" />
<link href="style.css" rel="stylesheet" />
</head>