mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-20 02:59:29 +01:00
it's supposed to be within content
This commit is contained in:
parent
efe6992054
commit
f7c7da28a8
4
_layouts/default.html
vendored
4
_layouts/default.html
vendored
@ -3,10 +3,10 @@
|
|||||||
{% include head.html %}
|
{% include head.html %}
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
{% include ad.html %} {% include header.html %}
|
{% include header.html %}
|
||||||
|
|
||||||
<div class="page-content">
|
<div class="page-content">
|
||||||
<div class="wrapper">{{ content }}</div>
|
<div class="wrapper">{% include ad.html %} {{ content }}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include footer.html %}
|
{% include footer.html %}
|
||||||
|
4
_layouts/index.html
vendored
4
_layouts/index.html
vendored
@ -3,10 +3,10 @@
|
|||||||
{% include head.html %}
|
{% include head.html %}
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
{% include ad.html %} {% include header.html %}
|
{% include header.html %}
|
||||||
|
|
||||||
<div class="page-content">
|
<div class="page-content">
|
||||||
<div class="wrapper">{{ content }}</div>
|
<div class="wrapper">{% include ad.html %} {{ content }}</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
3
_layouts/page.html
vendored
3
_layouts/page.html
vendored
@ -6,6 +6,5 @@ layout: default
|
|||||||
<header class="post-header">
|
<header class="post-header">
|
||||||
<h1 class="post-title">{{ page.title }}</h1>
|
<h1 class="post-title">{{ page.title }}</h1>
|
||||||
</header>
|
</header>
|
||||||
{% include ad.html %}
|
<article class="post-content">{% include ad.html %} {{ content }}</article>
|
||||||
<article class="post-content">{{ content }}</article>
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user