Skip to content

Commit

Permalink
fix css?
Browse files Browse the repository at this point in the history
  • Loading branch information
NotFenixio authored May 1, 2024
1 parent 1647eb3 commit 011d0cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<head>
<meta charset="utf-8">
<title>{{ page.title }}</title>
<link rel="stylesheet" href="{{ "/assets/css/styles.scss" | relative_url }}"">
<link rel="stylesheet" href="{{ '/assets/css/styles.scss' | relative_url }}">
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="{{ "/assets/css/styles.scss" | relative_url }}"">
<link rel="stylesheet" href="{{ '/assets/css/styles.scss' | relative_url }}">
</head>
<body>
</body>
Expand Down

0 comments on commit 011d0cb

Please sign in to comment.