mirror of https://github.com/tiangolo/fastapi.git
Merge branch 'add-urdu-translation-external-link-page' of https://github.com/AhsanSheraz/fastapi into add-urdu-translation-external-link-page
This commit is contained in:
commit
eaf69c8d01
|
|
@ -27,7 +27,7 @@
|
||||||
{% if external_links %}
|
{% if external_links %}
|
||||||
<ul style="direction: rtl;">
|
<ul style="direction: rtl;">
|
||||||
{% for article in external_links.articles.english %}
|
{% for article in external_links.articles.english %}
|
||||||
<li><div style="text-align: right;"><a href="{{ article.link }}" class="external-link" target="_blank">{{ article.title }}</a> کی طرف سے <a href="{{ article.author_link }}" class="external-link" target="_blank">{{ article.author }}</a>.</div></li>
|
<li><div style="text-align: right;"><a href="{{ article.link }}" class="external-link" target="_blank">{{ article.title }}</a> کی طرف سے <a href="{{ article.author_link }}" class="external-link" target="_blank">{{ article.author }}</a>.</div></li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue