mirror of
https://github.com/danog/sass-site.git
synced 2024-11-27 04:24:50 +01:00
add body classes
This commit is contained in:
parent
43f8766317
commit
fc405afd59
@ -45,7 +45,9 @@
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body data-layout="body">
|
||||
{% assign classes = page.filePathStem | replace: "/", " " %}
|
||||
|
||||
<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