From 8b81e09d72f6c2c1a54e84a42dfae85422209088 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 1 Mar 2009 18:05:56 +0100 Subject: Don't raise an exception when there is no content to display for a given entry. --- index.st | 2 ++ 1 file changed, 2 insertions(+) (limited to 'index.st') diff --git a/index.st b/index.st index 0008c19..7b505a4 100644 --- a/index.st +++ b/index.st @@ -29,7 +29,9 @@ $if(entries)$ $! FIXME: Show content inline if possible. !$
  • $entry.title$

    + $if(xhtml_content_p)$
    $xhtml_content$
    + $endif$
  • $else$
  • -- cgit v1.2.3