Sha256: e9324b3242f764a386878cd7099f2c16fff7d04db6918b86180818ba40206813

Contents?: true

Size: 881 Bytes

Versions: 4

Compression:

Stored size: 881 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="fa 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

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-octopod-0.9.9 assets/_includes/post.html
jekyll-octopod-0.9.8 assets/_includes/post.html
jekyll-octopod-0.9.7 assets/_includes/post.html
jekyll-octopod-0.9.6 assets/_includes/post.html