- @avatar(latestCommit, 20)
- @user(latestCommit.authorName, latestCommit.authorEmailAddress, "username strong")
-
+
+ @avatar(latestCommit, 20)
+ @user(latestCommit.authorName, latestCommit.authorEmailAddress, "username strong")
+ authored on @datetime(latestCommit.authorTime)
+
+ @if(latestCommit.isDiffrentCommitter) {
+
+
+ @user(latestCommit.committerName, latestCommit.committerEmailAddress, "username strong")
+ committed on @datetime(latestCommit.commitTime)
+
+ }
+