Sha256: c8371d0617beef9d67f2e1bebb9c2b535fcbd9d949b78dc59a286fc0370bbbc1
Contents?: true
Size: 882 Bytes
Versions: 3
Compression:
Stored size: 882 Bytes
Contents
{% if post %} {% elsif page %} {% assign post = page %} {% endif %} <section id="{{ post.id | sha1:8 }}" class="active"> {% include post_header.html %} {{ post.content }} {% if post.audio %} {% for file in post.audio %} <a class="btn btn-info" href="{{ site | download_url_with_fallback }}/{{ file.last }}">Download .{{ file.first }} ({{ file.last | file_size:'./' | string_of_size }})</a> {% endfor %} {% endif %} <hr> {{ site | flattr_button:post }} <a href="https://twitter.com/share" class="button btn-primary btn-sm" data-url="{{ site.url }}{{post.url }}" data-text="{{ post.title }}"> <i class="fab fa-twitter"></i> Tweet</a> {% unless page.url == '/index.html' %}{% include disqus_thread.html %}{% endunless %} {% unless page.url == '/index.html' %}{% include isso_thread.html %}{% endunless %} <hr> </section>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll-octopod-0.9.12 | assets/_includes/post.html |
jekyll-octopod-0.9.11 | assets/_includes/post.html |
jekyll-octopod-0.9.10 | assets/_includes/post.html |