Sha256: 5c175ca8373e81fdad0240e109a5efd003c36c17f5a533f923d6e570bcc90b3a
Contents?: true
Size: 655 Bytes
Versions: 36
Compression:
Stored size: 655 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> {%- for tag in page.tags -%} {%- capture tag_name -%}{{ tag }}{%- endcapture -%} <a href="{{ site.baseurl }}/tags/{{ tag_name }}.html" class="tag"><text><nobr>#{{ tag_name }}</nobr></text> </a> {%- endfor -%} <article> {%- assign encid = "" | get_encrypt_id:page -%} {%- if encid == '' -%} {{ content }} {%- else -%} {%-include encrypted.html-%} {%- endif -%} </article>
Version data entries
36 entries across 36 versions & 1 rubygems