Sha256: d5c6b360af151a7feae86bf958bc5275fb6183cd7b0358cf6a376b8288c4a454
Contents?: true
Size: 1.8 KB
Versions: 1
Compression:
Stored size: 1.8 KB
Contents
--- layout: default --- {% capture time %}{{ content | reading_time }}{% endcapture %} <article class="post-content"> <div class="post-header"> <h1 class="post-title">{{ page.title }}</h1> <p> <i class="fas fa-calendar"></i> {{ page.date | jdate: "%d %b %Y" | habify}}<br> <i class="fas fa-stopwatch"></i> {{ time | habify }} دقیقه مطالعه </p> </div> {{ content }} {% if site.related_posts.size >= 1 %} <div id="related-posts"> <h3>مطالب مرتبط</h3> <ul> {% for related_post in site.related_posts limit: 5 %} <li><a href="{{ related_post.url }}">{{ related_post.title }}</a></li> {% endfor %} </ul> </div> {% endif %} <small id="post-tags"> {% for tag in page.tags %} <i class="fas fa-tag"></i> <a rel="tag" href="{{ tag | tag_url }}">{{tag}}</a> {% endfor %} <i class="fas fa-code"></i> <a href="https://raw.githubusercontent.com/{{site.github.username}}/{{site.github.repository}}/master/{{page.path}}">سورس</a> </small> <nav class="pagination"> {% 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 %} {% 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 %} </nav> <section> {% if site.comment_system == 'static' %} {% include static_comments.html %} {% elsif site.comment_system == 'disqus' %} {% include disqus.html %} {% endif %} </section> </article>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-mehdix-rtl-0.2.4 | _layouts/post.html |