Sha256: 5c44bc2df02bc7eed0c5a6d1f34cf7695ba78cebb58323530d8c1a0d777e6b75

Contents?: true

Size: 577 Bytes

Versions: 2

Compression:

Stored size: 577 Bytes

Contents

{% capture archive_date_titleformat %} {{ site.theme_config.archive_title_date_format | default: "%m-%d"}}{% endcapture %}
{%- assign post = include.post -%}
{%- assign fmt = include.fmt | default:archive_date_titleformat -%}

{% assign encid = '' | get_encrypt_id:post | default: "" %}
<span>{{- post.date | date: fmt }}</span> 
<a href="{{ post.url | relative_url }}">{{ post.title | downcase }} 
    {%- if encid.size > 1 -%}
    <img  style="width:12px;height:12px;display: inline;margin-left: 5px;" src="{{ 'assets/image/lock.svg' | relative_url}}">
    {%- endif -%}
</a>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
no-style-please2-0.9.3 _includes/postitem.html
no-style-please2-0.9.2 _includes/postitem.html