Skip to content

Commit

Permalink
_layouts/mini.html: add the page-content div
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaela committed May 28, 2024
1 parent 8459de8 commit 506c2e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _layouts/mini.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
<html>
{% include head.html %}
<body>
{{ content }}
<div class="page-content">
<div class="wrapper">{{ content }}</div>
</div>
</body>
{% include ad.html %}
</html>

0 comments on commit 506c2e2

Please sign in to comment.