feat(persian): add persian language
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user