smithy

commit 3b2b07510bc45fbec6b7b20a0a7e27be6b62eefc

Author: Doug Hellmann <doug@doughellmann.com>

templates: remove redundant repo name in commit template

The repository name is displayed above the sub-menu and does not need
to be repeated above the commit SHA.

Signed-off-by: Doug Hellmann <doug@doughellmann.com>

 include/commit.html | 1 -


diff --git a/include/commit.html b/include/commit.html
index e2ade393d0e8910055b4d1a9c4e865c5470326b7..c3fb7b4cfada0fb3fb06143459b3ea2e701dbd4b 100644
--- a/include/commit.html
+++ b/include/commit.html
@@ -23,7 +23,6 @@     
   </div>
 </nav>
 
-<h1>{{ .RepoName }}</h1>
 <h2>commit {{ .Commit.Hash }}</h2>
 
 <p>Author: {{ .Commit.Author.Name }} <{{ .Commit.Author.Email }}></p>