Rename source link label
This commit is contained in:
parent
5ea86cf8f5
commit
44632d93fe
@ -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 New Issue
Block a user