Skip to content

Commit 6bf0e66

Browse files
committed
Move feedback and pagination out of primary article tag
1 parent 872bf0a commit 6bf0e66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/partials/article.hbs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
{{> tutorial-info}}
1515
{{/if}}
1616
{{{page.contents}}}
17-
{{#unless (eq page.layout 'full')}}
18-
{{> support-feedback }}
19-
{{/unless}}
20-
{{> pagination}}
2117
</article>
18+
{{#unless (eq page.layout 'full')}}
19+
{{> support-feedback }}
20+
{{/unless}}
21+
{{> pagination}}

0 commit comments

Comments
 (0)