1
0
Fork 0

Added title and desc classes to index template

master
Mike Gerwitz 2013-05-20 06:35:29 -04:00
parent a94e1cb223
commit 73a462cfd2
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ cat <<EOH
</head>
<body>
<header>
<h1>$title</h1>
<h2>$desc</h2>
<h1 class="title">$title</h1>
<h2 class="desc">$desc</h2>
</header>
EOH