Sha256: d4fb9f2cf54aebadd4404fb5254f65adeb830f07fe231d08acd389e3603a2995
Contents?: true
Size: 795 Bytes
Versions: 1
Compression:
Stored size: 795 Bytes
Contents
<p class="post-date text-bold"> {% if page.author %} <span class="text-upcase">{{ page.author }}</span> / {% endif %} {% if page.date %} <span class="text-upcase">{{ page.date | date: "%B %Y"}}</span> {% endif %} {% if site.theme_config.show_reading_time == true %} {% capture words %} {{ content | number_of_words | minus: 180 }} {% endcapture %} {% unless words contains '-' %} {{ words | strip | prepend: '(' | append: ' Words, ' }} {{ words | plus: 180 | divided_by: 180 | append: ' Minutes)' }} {% endunless %} {% endif %} </p> <div class="soopr-btn" data-twitter="SooprCo" > </div> {% if site.theme_config.show_tags == true %} <div class=""> {% for tag in page.tags %} <span class="tag">{{ tag }}</span> {% endfor %} </div> {% endif %}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
moonwalk-0.1.3 | _includes/date_and_social_share.html |