_layouts/post.html in cosy-jekyll-theme-1.0.8 vs _layouts/post.html in cosy-jekyll-theme-1.1.0
- old
+ new
@@ -8,21 +8,10 @@
<div id="main" role="main">
<article class="hentry">
<div class="entry-content">
- {% if page.image.feature %}
- <div class="entry-image-index">
- <img src="{{ site.url }}/images/{{ page.image.feature }}" alt="{{ page.title }}">
- {% if page.image.credit %}
- <div class="image-credit">Image source:
- <a target="_blank" href="{{ page.image.creditlink }}">{{page.image.credit }}</a>
- </div>
- {% endif %}
- </div>
- {% endif %}
-
<h1 class="post-title entry-title">{{ page.title }}</h1>
<h4 class="page-info">
<span>Categories: {{page.categories}}</span>
<time datetime="{{ page.date | date_to_xmlschema }}">{{ page.date | date: "%Y-%m-%d" }}</time>
@@ -35,15 +24,10 @@
{% include buy-me-coffee.html %}
</div>
- {% if page.comments != false and site.disqus_shortname %}
- <section id="disqus_thread">
- Disqus is climbing the Great Fire Wall of China, Maybe She needs <a
- href="https://sodatea.github.io/2015/12/23/all-i-know-about-the-wall/" target="_blank" class="need_dotted">a ladder.</a> 🤦🏼️ 🤷🏼️
- </section>
- {% endif %}
+ {% include disqus.html %}
{% include read-more.html %}
</article>
</div>