home · contact · privacy
Improve templates.
[redo-blog] / processor / metadata / index.tmpl.do
index 275ca2b1f4727cee3cb84acb19df1fdd15836956..67cebb209bb133c3ae0db3f46480ba554118b487 100644 (file)
@@ -3,18 +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>%TITLE%</title>
-</head>
-<body>
-<h1>%TITLE%</h1>
+<title>%BLOG_TITLE%</title>
+<h1>%BLOG_TITLE%</h1>
 <p><a href="feed.xml">feed</a></p>
 <ul>
-%LIST%
+%INDEX%
 </ul>
-</body>
-</html>
 EOF
 fi