Sha256: bfdc9e5ea82b3085f4324dd8e551c8ded535b54ce69b85cf8293a5198576b237
Contents?: true
Size: 1.21 KB
Versions: 1
Compression:
Stored size: 1.21 KB
Contents
--- layout: default --- <div class="post"> <header class="post-header"> <h1 class="post-title">{{ page.title }}</h1> <p class="post-meta"> <span class="date">{{ page.date | jdate: "%A %d %b %Y" | habify}}</span> {% if page.meta %} • {{ page.meta }}{% endif %} </p> </header> <article class="post-content"> {{ content }} </article> <small id="post-tags"> {% for tag in page.tags %} <i class="icon-tags"></i> <a rel="tag" href="{{ tag | tag_url }}">{{tag}}</a> {% endfor %} </small> <nav class="pagination"> {% if page.previous %} <a href="{{ page.previous.url | absolute_url }}" class="pagination--pager" title="{{ page.previous.title }}">قبلی </a> {% else %} <a href="#" class="pagination--pager disabled"">قبلی </a> {% endif %} {% if page.next %} <a href="{{ page.next.url | absolute_url }}" class="pagination--pager" title="{{ page.next.title }}">بعدی</a> {% else %} <a href="#" class="pagination--pager disabled"">بعدی</a> {% endif %} </nav> {% if site.comment_system == 'static' %} {% include static_comments.html %} {% elsif site.comment_system == 'disqus' %} {% include disqus.html %} {% endif %} </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-mehdix-rtl-0.1.19 | _layouts/post.html |