fix title in homepage

This commit is contained in:
Leo Horie 2015-01-20 22:40:37 -05:00
parent 22795fb59b
commit 028425ca08

View file

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