mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 03:59:31 +01:00
_layouts: remove broken ad includes for now
This commit is contained in:
parent
f7c7da28a8
commit
25d815f657
2
_layouts/mini.html
vendored
2
_layouts/mini.html
vendored
@ -2,6 +2,6 @@
|
||||
<html>
|
||||
{% include head.html %}
|
||||
<body>
|
||||
{% include ad.html %} {{ content }}
|
||||
{{ content }}
|
||||
</body>
|
||||
</html>
|
||||
|
2
_layouts/page.html
vendored
2
_layouts/page.html
vendored
@ -6,5 +6,5 @@ layout: default
|
||||
<header class="post-header">
|
||||
<h1 class="post-title">{{ page.title }}</h1>
|
||||
</header>
|
||||
<article class="post-content">{% include ad.html %} {{ content }}</article>
|
||||
<article class="post-content">{{ content }}</article>
|
||||
</div>
|
||||
|
2
_layouts/post.html
vendored
2
_layouts/post.html
vendored
@ -22,7 +22,7 @@ tags_content_temp %} {% endif %} {% endfor %} {% else %} {% assign tags_content
|
||||
</p>
|
||||
</header>
|
||||
<article class="post-content">
|
||||
{% include ad.html %} {{ content }}
|
||||
{{ content }}
|
||||
<p id="post-meta">{{ tags_content }}</p>
|
||||
</article>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user