Skip to content

Commit

Permalink
Update home.html to fix http-equiv syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bdfinst committed Jul 10, 2023
1 parent dbe7a5b commit 33dcbdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv = "refresh" content = "0; url = {{.}}" />
<meta http-equiv="refresh" content="0;url={{.}}" />
</head>
</html>
{{ end -}}
Expand Down

0 comments on commit 33dcbdd

Please sign in to comment.