Merge pull request #2414 from danialbehzadi/patch-3

fixing RTL (hopefully)
revert-4113-patch-1
Ivanq 4 years ago committed by GitHub
commit 55a8c6a552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 51
      _layouts/signed_rtl.html
  2. 12
      index_fa.md

@ -0,0 +1,51 @@
---
layout: home
---
{% include css.html %}
<div class="translations">
<p>Translations:</p>
<a class="translation" href='/'>🇺🇸</a>
<a class="translation" href='/index_zh_cn.html'>🇨🇳</a>
<a class="translation" href='/index_tr.html'>🇹🇷</a>
<a class="translation" href='/index_ro.html'>🇷🇴</a>
<a class="translation" href='/index_es.html'>🇪🇸</a>
<a class="translation" href='/index_pt_br.html'>🇧🇷</a>
<a class="translation" href='/index_de.html'>🇩🇪</a>
<a class="translation" href='/index_fr.html'>🇫🇷</a>
<a class="translation" href='/index_pl.html'>🇵🇱</a>
<a class="translation" href='/index_it.html'>🇮🇹</a>
<a class="translation" href='/index_ko.html'>🇰🇷</a>
<a class="translation" href='/index_ru.html'>🇷🇺</a>
<a class="translation" href='/index_fa.html'>🇮🇷</a>
<a class="translation" href='/index_ua.html'>🇺🇦</a>
<a class="translation" href='/index_id.html'>🇮🇩</a>
<a class="translation" href="/index_rs.html">🇷🇸</a>
</div>
<div style="direction: rtl">
{{ content }}
</div>
<p>
<b>
Signed:
</b>
</p>
<ol>
{% capture signs %}
{% for sign_hash in site.data.signed %}
{% assign signature = sign_hash[1] %}
|{{signature.name | escape }}#{{signature.link | escape }}
{% endfor %}
{% endcapture %}
{% assign sorted_signs = signs | split: '|' | sort %}
{% for signature in sorted_signs %}
{% assign sign_items = signature | split: '#' %}
{% if sign_items[0] and sign_items[1] %}
<li><a href="{{ sign_items[1] | strip }}">{{ sign_items[0] | strip }}</a></li>
{% endif %}
{% endfor %}
</ol>

@ -1,12 +1,14 @@
---
layout: signed
layout: signed_rtl
title: نامهای سرگشاده در حمایت از ریچارد استالمن
description: نامهای سرگشاده در حمایت از انتصاب دوبارهٔ ریچارد متیو استالمن در بنیاد نرمافزار آزاد
image: /assets/social-media-preview.png
locale: fa_IR
twitter:
card: summary_large_image
---
2021-03-23
# نامهای سرگشاده در حمایت از ریچارد استالمن
۱۴۰۰/۱/۳
ریچارد استالمن با مشارکتهایی نظیر سیستمعامل گنو و ایمکس، دهههاست که نیرویی محرک در جنبش نرمافزار آزاد است.
@ -26,4 +28,4 @@ locale: fa_IR
شما جایگاهی در تعیین رهبری هیچ جامعهای ندارید. به ویژه نه از طریق غوغاسالاری دیگری که هیچ نسبت دوری با یک مباحثهٔ منصفانه که شیوهٔ افرادی با اصل و نصب نظیر استالمن است، ندارد.
برای امضا، لطفاً [یک درخواست ادغام (PR) بفرستید](https://github.com/rms-support-letter/rms-support-letter.github.io/pulls).
برای امضا، لطفاً [یک درخواست ادغام بفرستید](https://github.com/rms-support-letter/rms-support-letter.github.io/pulls).

Loading…
Cancel
Save