Sha256: fd0e393afc31a0c379e50518d3fd29c711c902d9c8f72b657637fd8edb9ce491

Contents?: true

Size: 633 Bytes

Versions: 12

Compression:

Stored size: 633 Bytes

Contents

---
layout: default
---

{%-include back_link.html-%}

<article>
  <p class="post-meta">
    <time datetime="{{ page.date }}">{{ page.date | date: site.theme_config.date_format }}</time>
  </p>
  
  <h1>{{ page.title }}</h1>
  {% for tag in page.tags %}
  {% capture tag_name %}{{ tag }}{% endcapture %}
      <a href="{{ site.baseurl }}/tags/{{ tag_name }}.html"><text><nobr>#{{ tag_name }}</nobr></text>&nbsp;</a>
        {% endfor %}</span>

  {%- capture enc %}{{ content | encrypt_if_need:page}}{% endcapture -%}
  {%- if  enc == '' -%}
  {{ content }}
  {% else %}
  {%-include encrypted.html-%}
  {% endif %}
  
  
</article>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
no-style-please2-0.6.4 _layouts/post.html
no-style-please2-0.6.3.2 _layouts/post.html
no-style-please2-0.6.3.1 _layouts/post.html
no-style-please2-0.6.3 _layouts/post.html
no-style-please2-0.6.2.1 _layouts/post.html
no-style-please2-0.6.2 _layouts/post.html
no-style-please2-0.6.1 _layouts/post.html
no-style-please2-0.6.0 _layouts/post.html
no-style-please2-0.5.3 _layouts/post.html
no-style-please2-0.5.2 _layouts/post.html
no-style-please2-0.5.1 _layouts/post.html
no-style-please2-0.5.0 _layouts/post.html