all repos — legit @ f50b1ebbfd6b5702826df2c6bd9c29d4608f84f2

web frontend for git

templates: fix tags
Anirudh Oppiliappan x@icyphox.sh
Sun, 05 Feb 2023 16:04:33 +0530
commit

f50b1ebbfd6b5702826df2c6bd9c29d4608f84f2

parent

8791732b834d7e71bf72c8a04239e43297a128e0

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M templates/commit.htmltemplates/commit.html

@@ -11,7 +11,7 @@ <pre>

{{- .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>