Sha256: c0f24ba3b95152d2a7be14fb0b62cf6156a9eabd4f880d667cbc3f5da1680656
Contents?: true
Size: 1.28 KB
Versions: 2
Compression:
Stored size: 1.28 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> {% if site.disqus_shortname %} {% include disqus.html %} {% endif %} <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.coment_system == 'disqus' %} {% include disqus.html %} {% endif %} </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-mehdix-rtl-0.1.18 | _layouts/post.html |
jekyll-theme-mehdix-rtl-0.1.17 | _layouts/post.html |