diff --git a/templates/repo/commit_author.tmpl b/templates/repo/commit_author.tmpl
index 349bcad853..a767390a1f 100644
--- a/templates/repo/commit_author.tmpl
+++ b/templates/repo/commit_author.tmpl
@@ -4,7 +4,6 @@
* Author: The author, currently only the commit page passes this
* AvatarSize: Avatar size in pixels
* AuthorBold: Whether to render the author as bold text
-* IsSigned: Whether the user is currently signed in
*/}}
diff --git a/templates/repo/latest_commit.tmpl b/templates/repo/latest_commit.tmpl
index f2fa5c1b89..5b2bdfcb6e 100644
--- a/templates/repo/latest_commit.tmpl
+++ b/templates/repo/latest_commit.tmpl
@@ -7,7 +7,6 @@
"Commit" .LatestCommit
"AvatarSize" 24
"AuthorBold" true
- "IsSigned" $.IsSigned
)}}
{{template "repo/commit_sign_badge" dict "Commit" .LatestCommit "CommitBaseLink" (print .RepoLink "/commit") "CommitSignVerification" .LatestCommitVerification}}