mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 03:59:31 +01:00
_layouts: move the ad including within the page-content div
It works locally, but will it work deployed?
This commit is contained in:
parent
506c2e2a9f
commit
be75a68c34
4
_layouts/default.html
vendored
4
_layouts/default.html
vendored
@ -7,8 +7,10 @@
|
||||
|
||||
<div class="page-content">
|
||||
<div class="wrapper">{{ content }}</div>
|
||||
|
||||
{% include ad.html %}
|
||||
</div>
|
||||
|
||||
{% include footer.html %} {% include ad.html %}
|
||||
{% include footer.html %}
|
||||
</body>
|
||||
</html>
|
||||
|
3
_layouts/index.html
vendored
3
_layouts/index.html
vendored
@ -7,7 +7,8 @@
|
||||
|
||||
<div class="page-content">
|
||||
<div class="wrapper">{{ content }}</div>
|
||||
|
||||
{% include ad.html %}
|
||||
</div>
|
||||
{% include ad.html %}
|
||||
</body>
|
||||
</html>
|
||||
|
3
_layouts/mini.html
vendored
3
_layouts/mini.html
vendored
@ -4,7 +4,8 @@
|
||||
<body>
|
||||
<div class="page-content">
|
||||
<div class="wrapper">{{ content }}</div>
|
||||
|
||||
{% include ad.html %}{% include ad.html %}
|
||||
</div>
|
||||
</body>
|
||||
{% include ad.html %}
|
||||
</html>
|
||||
|
4
_layouts/page.html
vendored
4
_layouts/page.html
vendored
@ -8,6 +8,6 @@ layout: default
|
||||
</header>
|
||||
<article class="post-content">{{ content }}</article>
|
||||
<hr />
|
||||
</div>
|
||||
|
||||
{% include ad.html %}
|
||||
{% include ad.html %}
|
||||
</div>
|
||||
|
4
_layouts/post.html
vendored
4
_layouts/post.html
vendored
@ -25,6 +25,6 @@ tags_content_temp %} {% endif %} {% endfor %} {% else %} {% assign tags_content
|
||||
{{ content }}
|
||||
<p id="post-meta">{{ tags_content }}</p>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
{% include ad.html %}
|
||||
{% include ad.html %}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user