mirror of
https://github.com/danog/sass-site.git
synced 2024-11-27 04:24:50 +01:00
Merge branch 'main' into learn-sass
* main: remove test file remove extra space with strip add body classes
This commit is contained in:
commit
c73c537908
@ -46,7 +46,9 @@
|
||||
<script src="/assets/dist/js/sass.js"></script>
|
||||
</head>
|
||||
|
||||
<body data-layout="body">
|
||||
{%- assign classes = page.filePathStem | replace: "/", " " | strip -%}
|
||||
|
||||
<body data-layout="body" class="{{ classes }}">
|
||||
<!--[if lt IE 9]>
|
||||
<p class="browserupgrade">
|
||||
You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.
|
||||
|
Loading…
Reference in New Issue
Block a user