Sha256: ea85c5c2694bf2c9facb5666d862bd1798607ab2e2ee7a29a87689d5e4ae8661

Contents?: true

Size: 625 Bytes

Versions: 1

Compression:

Stored size: 625 Bytes

Contents

---
layout: default
---
{% assign titlelen = page.title.size %}
{% if titlelen > 0 %}
<h2>{{ page.title }}</h2>
{% endif %}
<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 %}
  
<article>
  {%- assign encid = "" | get_encrypt_id:page  -%}
  {%- if  encid == '' -%}
  {{ content }}
  {% else %}
  {%-include encrypted.html-%}
  {% endif %}
  
  
</article>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-zeta-0.3.5.3 _layouts/post.html