Skip to content

Commit 75203c4

Browse files
committed
fix: Add missing newline at end of file in search list layout
1 parent b65d673 commit 75203c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/search/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ <h1 class="pf-c-title pf-m-4xl">
2121
{{ partial "footer.html" . }}
2222
</main>
2323

24-
{{ end }}
24+
{{ end }}

0 commit comments

Comments
 (0)