_layouts/mini.html: add the page-content div

This commit is contained in:
Aminda Suomalainen 2024-05-28 18:49:12 +03:00
parent 8459de865e
commit 506c2e2a9f
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 3 additions and 1 deletions

4
_layouts/mini.html vendored
View File

@ -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>