mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 03:59:31 +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>
|
||||
{% include head.html %}
|
||||
<body>
|
||||
{{ content }}
|
||||
<div class="page-content">
|
||||
<div class="wrapper">{{ content }}</div>
|
||||
</div>
|
||||
</body>
|
||||
{% include ad.html %}
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user