_layouts/post.html in jekyll-theme-mehdix-rtl-0.1.19 vs _layouts/post.html in jekyll-theme-mehdix-rtl-0.1.20

- old
+ new

@@ -11,15 +11,20 @@ <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> &nbsp; + <!--i class="fas fa-tag"></i--> + <svg class="svg-inline--fa fa-tag fa-w-16" aria-hidden="true" data-fa-processed="" data-prefix="fas" data-icon="tag" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M0 252.118V48C0 21.49 21.49 0 48 0h204.118a48 48 0 0 1 33.941 14.059l211.882 211.882c18.745 18.745 18.745 49.137 0 67.882L293.823 497.941c-18.745 18.745-49.137 18.745-67.882 0L14.059 286.059A48 48 0 0 1 0 252.118zM112 64c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48z"></path></svg> + <a rel="tag" href="{{ tag | tag_url }}">{{tag}}</a> {% endfor %} - </small> + <!--i class="fas fa-code"></i--> + <svg class="svg-inline--fa fa-code fa-w-20" aria-hidden="true" data-fa-processed="" data-prefix="fas" data-icon="code" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="currentColor" d="M278.9 511.5l-61-17.7c-6.4-1.8-10-8.5-8.2-14.9L346.2 8.7c1.8-6.4 8.5-10 14.9-8.2l61 17.7c6.4 1.8 10 8.5 8.2 14.9L293.8 503.3c-1.9 6.4-8.5 10.1-14.9 8.2zm-114-112.2l43.5-46.4c4.6-4.9 4.3-12.7-.8-17.2L117 256l90.6-79.7c5.1-4.5 5.5-12.3.8-17.2l-43.5-46.4c-4.5-4.8-12.1-5.1-17-.5L3.8 247.2c-5.1 4.7-5.1 12.8 0 17.5l144.1 135.1c4.9 4.6 12.5 4.4 17-.5zm327.2.6l144.1-135.1c5.1-4.7 5.1-12.8 0-17.5L492.1 112.1c-4.8-4.5-12.4-4.3-17 .5L431.6 159c-4.6 4.9-4.3 12.7.8 17.2L523 256l-90.6 79.7c-5.1 4.5-5.5 12.3-.8 17.2l43.5 46.4c4.5 4.9 12.1 5.1 17 .6z"></path></svg> + + <a href="https://raw.githubusercontent.com/{{site.github.username}}/{{site.github.repository}}/master/{{page.path}}">سورس</a> + </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> @@ -30,12 +35,13 @@ {% 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 %} + + {% if site.comment_system == 'static' %} + {% include static_comments.html %} + {% elsif site.comment_system == 'disqus' %} + {% include disqus.html %} + {% endif %} </div> \ No newline at end of file