add body classes

This commit is contained in:
oluniyiawo 2023-02-16 19:19:42 +00:00
parent 43f8766317
commit fc405afd59

View File

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