Skip to content

Commit b7ff850

Browse files
authored
STENCIL-3509 Maintenance page style fix (#1016)
1 parent a5069ba commit b7ff850

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Draft
44
- Swaps `writeReview` for `write_review` to fix email link issue [#1017](https://github.com/bigcommerce/cornerstone/pull/1017)
5+
- Maintenance page stylesheet fix [#1016](https://github.com/bigcommerce/cornerstone/pull/1016)
56

67
## 1.8.1 (2017-05-05)
78
- Bug fix for category sidebar [#1006](https://github.com/bigcommerce/cornerstone/pull/1006)

templates/pages/unavailable/maintenance.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{#partial "head"}}
2-
<link href="{{cdn 'assets/css/maintenance.css'}}" rel="stylesheet">
2+
{{{stylesheet 'assets/css/maintenance.css'}}}
33
{{/partial}}
44

55
{{#partial "page"}}

0 commit comments

Comments
 (0)