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="page-content">
<div class="wrapper">{{ content }}</div> <div class="wrapper">{{ content }}</div>
{% include ad.html %}
</div> </div>
{% include footer.html %} {% include footer.html %} {% include ad.html %}
</body> </body>
</html> </html>

3
_layouts/index.html vendored
View File

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

7
_layouts/mini.html vendored
View File

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

2
_layouts/page.html vendored
View File

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

2
_layouts/post.html vendored
View File

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