{% if page.link %}
          
    {{ page.title }}
{% else %}{{ page.title }}
{% endif %}{{ page.date | date: "%B %d, %Y" }}
      {{ content }}
      
    
    {% if site.disqus_shortname and page.comments %}{% endif %}
    {% if site.related_posts.size %}
    
      {% for post in site.related_posts limit:1 %}
        
        
          
      {% endfor %}
      
  {{ post.title }}
{% if post.description %}{{ post.description }}{% else %}{{ post.content | strip_html | strip_newlines | truncate: 140 }}…{% endif %} Continue reading
        {% for post in site.related_posts limit:2 offset:1 %}
          
            
        {% endfor %}
      
      {% endif %}