Merge branch 'main' into learn-sass

* main:
  remove test file
  remove extra space with strip
  add body classes
This commit is contained in:
Jonny Gerig Meyer 2023-02-17 14:05:02 -05:00
commit c73c537908
No known key found for this signature in database
GPG Key ID: FB602F738A872F7F

View File

@ -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.