Closed VickiLanger closed 2 years ago
Css file lives in site/style.css
site/style.css
page.html lives in _layouts but the link won't read the CSS? <link rel="stylesheet" href="{{ baseurl }}/site/style.css">
page.html
_layouts
<link rel="stylesheet" href="{{ baseurl }}/site/style.css">
Okay, css is linked and working. Seemingly by magic. But now I just gotta actually write the css.
Css file lives in
site/style.css
page.html
lives in_layouts
but the link won't read the CSS?<link rel="stylesheet" href="{{ baseurl }}/site/style.css">