Skip to content

Commit

Permalink
fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jsebrech committed Oct 20, 2024
1 parent 56e3a53 commit 503c151
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion public/blog/archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<html lang="en">
<head>
<title>Plain Vanilla Blog</title>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="A blog about vanilla web development.">
<link rel="icon" href="../favicon.ico">
<link rel="apple-touch-icon" href="../apple-touch-icon.png">
Expand Down
3 changes: 2 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<html lang="en">
<head>
<title>Plain Vanilla</title>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width" />
<meta name="description" content="An explainer for doing web development using only vanilla techniques.">
<link rel="icon" href="favicon.ico">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
Expand Down

0 comments on commit 503c151

Please sign in to comment.