Skip to content

Commit 56659d8

Browse files
committed
Fix minor lint HTML issue.
1 parent a52455e commit 56659d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="{{ site.lang | default: "en-US" }}">
2+
<html lang="{{ site.lang | default: 'en-US' }}">
33
<head>
44
<meta charset="UTF-8">
55

0 commit comments

Comments
 (0)