Skip to content
This repository was archived by the owner on Jul 21, 2019. It is now read-only.

Commit e7095de

Browse files
committed
Fix extra curly brace
Fixes #550
1 parent a84f6b6 commit e7095de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/welcome/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<div class="col-md-12">
44
{{- partial "welcome.html" . -}}
55
{{- partial "sponsors.html" . -}}
6-
</div>{
6+
</div>
77
</div>
88
{{ end }}

0 commit comments

Comments
 (0)