Skip to content

Commit e820120

Browse files
Replace jinja comment with HTML comment
1 parent 8ea03fb commit e820120

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

util/gh-pages/index_template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE html>
2-
{#
2+
<!--
33
Welcome to a Clippy's lint list, at least the source code of it. If you are
44
interested in contributing to this website checkout `util/gh-pages/index_template.html`
55
inside the rust-clippy repository.
66
77
Otherwise, have a great day =^.^=
8-
#}
8+
-->
99
<html lang="en"> {# #}
1010
<head> {# #}
1111
<meta charset="UTF-8"/> {# #}

0 commit comments

Comments
 (0)