add hr after post and ad

This commit is contained in:
Philipp Oppermann
2015-07-28 17:53:34 +02:00
parent 3aea2c209f
commit de7113b428

View File

@@ -6,8 +6,8 @@ layout: default
<h1 class="post-title">{{ page.title }}</h1>
<time datetime="{{ page.date | date_to_xmlschema }}" class="post-date">{{ page.date | date_to_string }}</time>
{{ content }}
<hr>
{% include google_adsense.html %}
<hr>
{% include disqus.html %}
</article>