mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Rename source link label
This commit is contained in:
parent
5ea86cf8f5
commit
44632d93fe
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@
|
|||
{% elif show_source and source_url_prefix %}
|
||||
<a href="{{ source_url_prefix }}{{ pagename }}{{ suffix }}">{{ _('View page source') }}</a>
|
||||
{% elif show_source and has_source and sourcename %}
|
||||
<a href="https://github.com/pyrogram/pyrogram" rel="nofollow" class="fa fa-github"> {{ _('GitHub') }}</a>
|
||||
<a href="https://github.com/pyrogram/pyrogram" rel="nofollow" class="fa fa-github"> {{ _('View on GitHub') }}</a>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Reference in a new issue