Skip to content

Commit 510fd61

Browse files
committed
index: remove extraneous </p>
It was causing very loose spacing in the bullet list. Change-Id: I090aea725c2f1fc867592746172b98913209d50c Reviewed-on: https://go-review.googlesource.com/c/wiki/+/549797 Reviewed-by: Russ Cox <[email protected]>
1 parent 8df9564 commit 510fd61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ template: true
88
<ul>
99
{{- range pages "/wiki/*.md" -}}
1010
{{- if and .title (ne .URL "/wiki/") -}}
11-
<li class="wikititle">{{$short := strings.TrimPrefix .URL "/wiki/"}}<a href="{{.URL}}">{{$short}}{{if ne $short .title}} (“{{.title}}”){{end}}</a></p>
11+
<li class="wikititle">{{$short := strings.TrimPrefix .URL "/wiki/"}}<a href="{{.URL}}">{{$short}}{{if ne $short .title}} (“{{.title}}”){{end}}</a>
1212
{{end -}}
1313
{{- end -}}
1414
</ul>

0 commit comments

Comments
 (0)