mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-25 13:59:25 +01:00
_layouts/mini.html: add the page-content div
This commit is contained in:
parent
8459de865e
commit
506c2e2a9f
4
_layouts/mini.html
vendored
4
_layouts/mini.html
vendored
@ -2,7 +2,9 @@
|
|||||||
<html>
|
<html>
|
||||||
{% include head.html %}
|
{% include head.html %}
|
||||||
<body>
|
<body>
|
||||||
{{ content }}
|
<div class="page-content">
|
||||||
|
<div class="wrapper">{{ content }}</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
{% include ad.html %}
|
{% include ad.html %}
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user