Skip to content

Commit 2d1cf81

Browse files
committed
add component name to CSS class of article
1 parent 0543873 commit 2d1cf81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/partials/article.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<article class="doc">
1+
<article class="doc {{{page.component.name}}}">
22
{{#with page.title}}
33
<h1 class="page">{{{this}}}</h1>
44
{{/with}}

0 commit comments

Comments
 (0)