Sha256: 9b9300572b40ffd3d23e5e2f39f8a6d03e068e2897d444eb02a054cec8925fb6

Contents?: true

Size: 829 Bytes

Versions: 6

Compression:

Stored size: 829 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-primary" 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="twitter-share-button" data-url="{{ site.url }}{{post.url }}" data-text="{{ post.title }}">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

6 entries across 6 versions & 2 rubygems

Version Path
jekyll-octopod-0.9.5 assets/_includes/post.html
jekyll-octopod-0.9.4 assets/_includes/post.html
octopod-exe-0.9.4 assets/_includes/post.html
jekyll-octopod-0.9.3 assets/_includes/post.html
jekyll-octopod-0.9.2 assets/_includes/post.html
jekyll-octopod-0.9.1 assets/_includes/post.html