Sha256: 269b66d048e891488e277e6d35d6ee038b47e2b49feb8afff8f5df961e6da127

Contents?: true

Size: 627 Bytes

Versions: 1

Compression:

Stored size: 627 Bytes

Contents

<p class="post-date text-bold text-upcase">
  {% if page.author %}
    <span class="text-bold">{{ page.author }}</span> / 
  {% endif %}
  {% if page.date %}
    <span>{{ page.date | date: "%B %Y"}}</span>
  {% endif %}
</p>

<div class="soopr-btn"
   data-twitter="SooprCo"
>
</div>

{% if site.theme_config.show_reading_time == true %}
<p class="post-date text-bold">
  {% capture words %}
  {{ content | number_of_words | minus: 180 }}
  {% endcapture %}
  {% unless words contains '-' %}
  {{ words | append: ' Words, ' }}
  {{ words | plus: 180 | divided_by: 180 | append: ' Minutes' }}
  {% endunless %}
</p>
{% endif %}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
moonwalk-0.1.2 _includes/date_and_social_share.html