feat(persian): add persian language

This commit is contained in:
Amir
2018-04-27 16:50:58 +04:30
parent 6c665e659b
commit dd5be99c69
18 changed files with 60 additions and 3 deletions

View File

@ -6,7 +6,7 @@ layout: default
<ul class="post-list">
{% for post in site.posts %}
<li>
<li class='{% if post.fa %}fa-post{% endif %}'>
<h2>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>