fix remaining issues with non-numeric slugs
[~bandali/bndl.org] / footer.html
index 34f9250..098115d 100644 (file)
@@ -1,10 +1,11 @@
 ifdef(`__feed_atom', `</content></entry>',
-`ifdef(`__feed_rss',`</description></item>',
+`ifdef(`__feed_rss', `</description></item>',
 `ifdef(`__pub',
 `<p class="muted inbox">Got a question or comment?  You can find my
 email address on my <a href="contact">contact</a> page.
 <span class="smly">:-)</span></p>
-</article>')
+</article>
+')dnl
 </main>
 ifdef(`__copy',
 `<footer>
@@ -13,4 +14,4 @@ See the ifelse(__slug,`license',`above for license conditions',`<a href="/licens
 Please copy and share.</p>
 </footer>')
 </body>
-</html>')')
+</html>')')dnl