Sha256: 924bca359f45a4df464a39d298712d8f84df394a18a7f04696095676d5bd9a4b
Contents?: true
Size: 1 KB
Versions: 1
Compression:
Stored size: 1 KB
Contents
--- layout: Page --- <div id="post-wrapper"> {% for tutorial in site.tutorials %} <article class="post feed-title-excerpt-block disable-select" data-url="{{site.url}}{{site.baseurl}}{{tutorial.url}}"> {% if tutorial.thumbnail %} <a class="post-thumbnail" style="background-image: url({{"" | prepend: site.baseurl | append : tutorial.thumbnail}})" href="{{tutorial.url | prepend: site.baseurl}}"></a> {% else %} {% endif %} <div class="post-content"> <h2 class="post-title"><a href="{{tutorial.url | prepend: site.baseurl}}">{{tutorial.title}}</a></h2> <p>{{ tutorial.content | strip_html | truncatewords: 60 }}</p> <span class="post-date">{{tutorial.date | date: '%Y, %b %d'}} — </span> <span class="post-words">{% capture words %}{{ tutorial.content | number_of_words }}{% endcapture %}{% unless words contains "-" %}{{ words | plus: 250 | divided_by: 250 | append: " minute read" }}{% endunless %}</span> </div> </article> {% endfor %} </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
domain-jekyll-1.3.0 | _layouts/Tutorials.html |