From 2b9b2bdb1fb9a6c94859025ac1588faf4a5fbcdb Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Mon, 19 Dec 2022 17:49:32 +0530 Subject: css: add bg to readme/file content --- templates/commit.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'templates/commit.html') diff --git a/templates/commit.html b/templates/commit.html index b1b3cbc..65803b7 100644 --- a/templates/commit.html +++ b/templates/commit.html @@ -49,8 +49,11 @@
{{ if .Name.Old }} - {{ .Name.Old }} → - {{ .Name.New }} + {{ .Name.Old }} + {{ if .Name.New }} + → + {{ .Name.New }} + {{ end }} {{ else }} {{ .Name.New }} {{- end -}} -- cgit