Fix template variable for adding h-entry to article
Committed 4786d5
--- a/webint_posts/templates/entry.html
+++ b/webint_posts/templates/entry.html
$if re.match("(19|20)\d\d", tx.request.uri.path):
$var breadcrumbs = (p.format("MM"), p.format("MMMM"), p.format("DD"), p.format("D"))
$# var body_classes = ["widescreen"]
-$var classes = ["h-entry"]
+$var article_classes = ["h-entry"]
$# <link rel=alternate type=application/diamond-types href=${permalink}.dt
$# title="versioned history of this document"/>