remove extra space with strip

This commit is contained in:
oluniyiawo 2023-02-17 16:22:42 +00:00
parent fc405afd59
commit ce45740c79
2 changed files with 6 additions and 1 deletions

View File

@ -45,7 +45,7 @@
</script>
</head>
{% assign classes = page.filePathStem | replace: "/", " " %}
{%- assign classes = page.filePathStem | replace: "/", " " | strip -%}
<body data-layout="body" class="{{ classes }}">
<!--[if lt IE 9]>

5
source/testing/test.md Normal file
View File

@ -0,0 +1,5 @@
---
layout: base
---
testing