summaryrefslogtreecommitdiff
path: root/templates/ref.gmi
diff options
context:
space:
mode:
Diffstat (limited to 'templates/ref.gmi')
-rw-r--r--templates/ref.gmi10
1 files changed, 4 insertions, 6 deletions
diff --git a/templates/ref.gmi b/templates/ref.gmi
index 909690f..61296b8 100644
--- a/templates/ref.gmi
+++ b/templates/ref.gmi
@@ -35,15 +35,13 @@
=> mailto:{{.CommitterEmail}} {{.CommitterName}}
{{.CommitDate.Format "Mon Jan _2 15:04:05 MST 2006"}}
-{{ if ne .Parents nil -}}
-{{ with index .Parents 0 -}}
```diffstat
+{{ if eq .Parents nil -}}
+{{$.Repo.Diffstat $.Ctx "4b825dc642cb6eb9a060e54bf8d69288fbee4904" $.Params.ref}}
+{{ else -}}
+{{ with index .Parents 0 -}}
{{$.Repo.Diffstat $.Ctx . $.Params.ref}}
-```
{{ end -}}
-{{ else -}}
-```diffstat
-{{$.Repo.Diffstat $.Ctx "4b825dc642cb6eb9a060e54bf8d69288fbee4904" $.Params.ref}}
```
{{ end -}}
{{ end -}}