$titleTag = $isBlogPost ? 'h1' : 'h2'; ?>
<=$titleTag?> class="post-title">
=postTitle?>
if (Config('show psot author', 1)) {
echo '',$author,'';
}
if (Config('show psot date', 1)) {
echo '';
$format = ($url = UrlForDate(byDayFilterURL)) ? "d# " : 'd# ';
$format .= ($url = UrlForDate(byMonthFilterURL)) ? "m__ " : 'M__ ';
$format .= ($url = UrlForDate(byYearFilterURL)) ? "y## y_" : 'y## y_';
$format = "AT[$format]";
// it is common to store date a post was written without exact time - like it is with 0:00 AM.
date('Hi', $postTime) != 0 and $format .= "[$format]AT h##m";
LongDate($postTime, $format);
echo '';
}
?>
}?>
=$titleTag?>>
=$nutshell?>
}?>
}?>