Compare commits

..

No commits in common. "be75a68c342f5aede416327ba782cdab5d100609" and "8459de865eb279784bef3060de0ada654280170c" have entirely different histories.

5 changed files with 8 additions and 14 deletions

View File

@ -7,10 +7,8 @@
<div class="page-content">
<div class="wrapper">{{ content }}</div>
{% include ad.html %}
</div>
{% include footer.html %}
{% include footer.html %} {% include ad.html %}
</body>
</html>

3
_layouts/index.html vendored
View File

@ -7,8 +7,7 @@
<div class="page-content">
<div class="wrapper">{{ content }}</div>
{% include ad.html %}
</div>
{% include ad.html %}
</body>
</html>

7
_layouts/mini.html vendored
View File

@ -2,10 +2,7 @@
<html>
{% include head.html %}
<body>
<div class="page-content">
<div class="wrapper">{{ content }}</div>
{% include ad.html %}{% include ad.html %}
</div>
{{ content }}
</body>
{% include ad.html %}
</html>

4
_layouts/page.html vendored
View File

@ -8,6 +8,6 @@ layout: default
</header>
<article class="post-content">{{ content }}</article>
<hr />
{% include ad.html %}
</div>
{% include ad.html %}

4
_layouts/post.html vendored
View File

@ -25,6 +25,6 @@ tags_content_temp %} {% endif %} {% endfor %} {% else %} {% assign tags_content
{{ content }}
<p id="post-meta">{{ tags_content }}</p>
</article>
{% include ad.html %}
</div>
{% include ad.html %}