diff options
author | Anirudh Oppiliappan <x@icyphox.sh> | 2023-02-05 16:04:33 +0530 |
---|---|---|
committer | Anirudh Oppiliappan <x@icyphox.sh> | 2023-02-08 00:30:58 +0530 |
commit | 22cf7a4a8974bed2d494823c63c4a6a7ee77e2c2 (patch) | |
tree | b6c2ed39f19053cbb028a2a8daf3d21b06ac223e /templates | |
parent | b78354aee2f0fef8552896d75e106c915365d3ef (diff) | |
download | legit-22cf7a4a8974bed2d494823c63c4a6a7ee77e2c2.tar.gz legit-22cf7a4a8974bed2d494823c63c4a6a7ee77e2c2.tar.bz2 legit-22cf7a4a8974bed2d494823c63c4a6a7ee77e2c2.zip |
templates: fix tags
Diffstat (limited to '')
-rw-r--r-- | templates/commit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/commit.html b/templates/commit.html index 4a01b77..d03611d 100644 --- a/templates/commit.html +++ b/templates/commit.html @@ -11,7 +11,7 @@ {{- .commit.Message -}} </pre> <div class="commit-info"> - {{ .commit.Author.Name }} <a href="mailto:{{ .Author.Email }}" class="commit-email">{{ .commit.Author.Email}}</span> + {{ .commit.Author.Name }} <a href="mailto:{{ .Author.Email }}" class="commit-email">{{ .commit.Author.Email}}</a> <div>{{ .commit.Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}</div> </div> |