mirror of
https://github.com/danog/sass-site.git
synced 2025-01-22 13:51:46 +01:00
remove extra space with strip
This commit is contained in:
parent
fc405afd59
commit
ce45740c79
@ -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
5
source/testing/test.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
layout: base
|
||||
---
|
||||
|
||||
testing
|
Loading…
x
Reference in New Issue
Block a user