home · contact · privacy
Fix tests, improve templates.
[redo-blog] / processor / metadata / index.tmpl.do
index 5fbc63b730944986e410ad8a5d99cbd50f73c333..5befb4f20b7ffd066e80e00d9671d4c9dca895ae 100644 (file)
@@ -10,13 +10,13 @@ cat << EOF
 h1 { font-size: 2em; }
 </style>
 <link rel="alternate" type="application/rss+xml" title="atom feed" href="feed.xml" />
-<title>%TITLE%</title>
+<title>%BLOG_TITLE%</title>
 </head>
 <body>
-<h1>%TITLE%</h1>
+<h1>%BLOG_TITLE%</h1>
 <p><a href="feed.xml">feed</a></p>
 <ul>
-%LIST%
+%INDEX%
 </ul>
 </body>
 </html>