summaryrefslogtreecommitdiffstats
path: root/tpl/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/layouts')
-rw-r--r--tpl/layouts/container.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/layouts/container.pug b/tpl/layouts/container.pug
index c64de11..0c9b6ec 100644
--- a/tpl/layouts/container.pug
+++ b/tpl/layouts/container.pug
@@ -7,7 +7,7 @@ mixin container
7 'l-container--narrow': attributes.narrow, 7 'l-container--narrow': attributes.narrow,
8 'l-container--sm-narrow': attributes.smNarrow, 8 'l-container--sm-narrow': attributes.smNarrow,
9 'l-container--in-page': attributes.inPage, 9 'l-container--in-page': attributes.inPage,
10 'l-container--themed': !!attributes.theme 10 'u-themed': !!attributes.theme
11 } 11 }
12 if (!!attributes.theme) { 12 if (!!attributes.theme) {
13 classes['t-' + attributes.theme] = true 13 classes['t-' + attributes.theme] = true