Skip to content

Commit 29d2b9f

Browse files
Move assets/css/style.scss to assets/main.scss
Jekyll seems to be looking for `assets/main.scss` and if it doesn't exist, it's substituting `@import "minima"` which is causing another deprecation warning.
1 parent fc95b12 commit 29d2b9f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

_includes/head.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<head>
22
<meta charset="utf-8">
33
<meta http-equiv="X-UA-Compatible" content="IE=edge">
4-
<meta name="viewport" content="width=device-width, initial-scale=1">
4+
<meta name="viewport" content="width=device-width, initial-scale=1">
55
<meta name="google-site-verification" content="NGcFSsc8cnsbnE_lbtEHYoWWSNe-o8S6S_ZhsFr5htI">
66
<link rel="icon" href="/assets/images/plane_icon.png">
77
{%- seo -%}
8-
<link rel="stylesheet" href="{{"/assets/css/style.css" | relative_url }}">
9-
{%- feed_meta -%}
8+
<link rel="stylesheet" href="{{"/assets/main.css" | relative_url }}">
9+
{%- feed_meta -%}
1010
</head>
File renamed without changes.

0 commit comments

Comments
 (0)