my eye

Use non-property repo log method

Committed f984e7

--- a/webint_code/templates/project/commit_log.html
+++ b/webint_code/templates/project/commit_log.html

 $var title_classes = ["p-name"]
 $var classes = ["h-feed"]
 
-$for commit_id, commit in repo.log.items():
+$for commit_id, commit in repo.log().items():
     $ title, _, description = commit["message"].partition("\n\n")
     <div class=h-entry><a
     href=/projects/$project/commits/$commit_id>$commit_id[:7]</a>