Skip to content

Commit

Permalink
fix: doctype (#3683)
Browse files Browse the repository at this point in the history
Update default.html
  • Loading branch information
crhallberg authored May 22, 2024
1 parent b2977c3 commit 6fc8d4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html5>
<!DOCTYPE html>
{% include header.html %}
{{ content }}
{% include footer.html %}
{% include footer.html %}

0 comments on commit 6fc8d4b

Please sign in to comment.