We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e160bc3 commit be0eff0Copy full SHA for be0eff0
3 files changed
_includes/head.html
@@ -24,6 +24,7 @@
24
<meta name="viewport" content="width=device-width, initial-scale=1">
25
{%- seo -%}
26
<link rel="stylesheet" href="{{ "/assets/css/style.css" | relative_url }}">
27
+ <link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}">
28
{%- feed_meta -%}
29
{%- if jekyll.environment == 'production' and site.google_analytics -%}
30
{%- include google-analytics.html -%}
_sass/custom.scss
assets/css/main.scss
@@ -0,0 +1,6 @@
1
+---
2
+# this ensures Jekyll reads the file to be transformed into CSS later
3
+# only Main files contain this front matter, not partials.
4
5
+
6
+@import "custom";
0 commit comments