|
|
|
@ -9,9 +9,20 @@ layout: default
|
|
|
|
|
<li> |
|
|
|
|
<span class="post-meta">{{ post.date | date: "%b %-d, %Y" }} • <small>{{ post.categories | array_to_sentence_string }} • <a href="{{ post.url | prepend: site.baseurl }}#disqus_thread">comments</a></small></span> |
|
|
|
|
<h2><a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a></h2> |
|
|
|
|
|
|
|
|
|
{{ post.content }} |
|
|
|
|
</li> |
|
|
|
|
{% if forloop.index % 2 == 0 %} |
|
|
|
|
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> |
|
|
|
|
<!-- blogger --> |
|
|
|
|
<ins class="adsbygoogle" |
|
|
|
|
style="display:block" |
|
|
|
|
data-ad-client="ca-pub-5866875534020861" |
|
|
|
|
data-ad-slot="7472216412" |
|
|
|
|
data-ad-format="auto"></ins> |
|
|
|
|
<script> |
|
|
|
|
(adsbygoogle = window.adsbygoogle || []).push({}); |
|
|
|
|
</script> |
|
|
|
|
{% endif %} |
|
|
|
|
{% endfor %} |
|
|
|
|
|
|
|
|
|
{% include paginator.html %} |
|
|
|
|