Skip to content

Commit

Permalink
Remove unnecessary />
Browse files Browse the repository at this point in the history
  • Loading branch information
cy-by committed Sep 13, 2024
1 parent 1c59299 commit 21f525b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions _includes/layout.liquid
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta charset="UTF-8">
<title>{{ title }} | Cyby.dev</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="color-scheme" content="light dark" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark">
<link
rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🪴</text></svg>"
/>
<link href="/styles/reset.css" rel="stylesheet" />
<link href="/styles/style.css" rel="stylesheet" />
<link href="/styles/large.css" media="only screen and (min-width: 600px)" rel="stylesheet" />
>
<link href="stylesreset.css" rel="stylesheet">
<link href="stylesstyle.css" rel="stylesheet">
<link href="styleslarge.css" media="only screen and (min-width: 600px)" rel="stylesheet">
</head>
<body>
<a href="#main" class="skip">Skip to main content</a>
Expand Down

0 comments on commit 21f525b

Please sign in to comment.