mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
add hr after post and ad
This commit is contained in:
@@ -6,8 +6,8 @@ layout: default
|
|||||||
<h1 class="post-title">{{ page.title }}</h1>
|
<h1 class="post-title">{{ page.title }}</h1>
|
||||||
<time datetime="{{ page.date | date_to_xmlschema }}" class="post-date">{{ page.date | date_to_string }}</time>
|
<time datetime="{{ page.date | date_to_xmlschema }}" class="post-date">{{ page.date | date_to_string }}</time>
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
<hr>
|
||||||
{% include google_adsense.html %}
|
{% include google_adsense.html %}
|
||||||
|
<hr>
|
||||||
{% include disqus.html %}
|
{% include disqus.html %}
|
||||||
</article>
|
</article>
|
||||||
|
|||||||
Reference in New Issue
Block a user