Sha256: 4320947a00b6d66620bfb0b9f110220f98e67e74c0a1bf7eb047fa94f4c24f7e

Contents?: true

Size: 592 Bytes

Versions: 3

Compression:

Stored size: 592 Bytes

Contents

---
layout: default
---

 
<article>
 
  
  <h2>{{ page.title }}</h2>
  <time datetime="{{ page.date }}">{{ page.date | date: site.theme_config.post_date_format }}</time> &nbsp; &nbsp; 
  {% 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 encid %}{{ "" | get_encrypt_id:page}}{% endcapture -%}
  {%- if  encid == '' -%}
  {{ content }}
  {% else %}
  {%-include encrypted.html-%}
  {% endif %}
  
  
</article>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-zeta-0.3.2 _layouts/post.html
jekyll-zeta-0.3.1 _layouts/post.html
jekyll-zeta-0.3.0 _layouts/post.html