Skip to content

Commit

Permalink
Fix container issue on cheatsheet doc
Browse files Browse the repository at this point in the history
Signed-off-by: lucperkins <lucperkins@gmail.com>
  • Loading branch information
lucperkins authored and tsandall committed Apr 1, 2019
1 parent f7faf9d commit 56df1b5
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/layouts/partials/docs/article.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<article class="article">
<section class="section">
<div class="content">
{{ .Content }}
</div>
</section>
<div class="container">
<section class="section">
<div class="content">
{{ .Content }}
</div>
</section>
</div>
</article>

0 comments on commit 56df1b5

Please sign in to comment.