home · contact · privacy
Improve templates.
[redo-blog] / processor / metadata / index.tmpl.do
index 5befb4f20b7ffd066e80e00d9671d4c9dca895ae..67cebb209bb133c3ae0db3f46480ba554118b487 100644 (file)
@@ -3,22 +3,16 @@
 if [ ! -f "$1" ]; then
 cat << EOF
 <!DOCTYPE html>
-<html>
-<head>
 <meta charset="UTF-8">
 <style type="text/css">
 h1 { font-size: 2em; }
 </style>
 <link rel="alternate" type="application/rss+xml" title="atom feed" href="feed.xml" />
 <title>%BLOG_TITLE%</title>
-</head>
-<body>
 <h1>%BLOG_TITLE%</h1>
 <p><a href="feed.xml">feed</a></p>
 <ul>
 %INDEX%
 </ul>
-</body>
-</html>
 EOF
 fi