Skip to content

Commit 33dcbdd

Browse files
authored
Update home.html to fix http-equiv syntax
1 parent dbe7a5b commit 33dcbdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/home.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!DOCTYPE html>
99
<html>
1010
<head>
11-
<meta http-equiv = "refresh" content = "0; url = {{.}}" />
11+
<meta http-equiv="refresh" content="0;url={{.}}" />
1212
</head>
1313
</html>
1414
{{ end -}}

0 commit comments

Comments
 (0)