Skip to content
This repository was archived by the owner on Apr 7, 2019. It is now read-only.

Commit 260c552

Browse files
committed
fixing raw calls
1 parent ae443e4 commit 260c552

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/_meta/_00-head.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="stylesheet" href="../../css/style.css?{{ cacheBuster }}" media="all" />
99

1010
<!-- Begin Pattern Lab (Required for Pattern Lab to run properly) -->
11-
{{{ patternLabHead }}}
11+
{{ patternLabHead | raw }}
1212
<!-- End Pattern Lab -->
1313

1414
</head>

dist/_meta/_01-foot.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
<!--DO NOT REMOVE-->
3-
{{{ patternLabFoot }}}
3+
{{ patternLabFoot | raw }}
44

55
</body>
66
</html>

0 commit comments

Comments
 (0)