mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
[Docs] Add "Fork me on GitHub" ribbon (#3306)
* docs: add "Fork me on GitHub" ribbon * chore(changelog): add towncrier entry
This commit is contained in:
parent
b0b76c5a00
commit
d2b9504c3b
1
changelog.d/3306.docs.rst
Normal file
1
changelog.d/3306.docs.rst
Normal file
@ -0,0 +1 @@
|
|||||||
|
Add "Fork me on GitHub" ribbon in top right corner of the docs page.
|
||||||
9
docs/_templates/layout.html
vendored
Normal file
9
docs/_templates/layout.html
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{% extends '!layout.html' %}
|
||||||
|
{% block document %}
|
||||||
|
{{ super() }}
|
||||||
|
<a href="https://github.com/Cog-Creators/Red-DiscordBot">
|
||||||
|
<img style="position: absolute; top: 0; right: 0; border: 0;"
|
||||||
|
src="https://github.blog/wp-content/uploads/2008/12/forkme_right_darkblue_121621.png?resize=149%2C149"
|
||||||
|
class="attachment-full size-full" alt="Fork me on GitHub">
|
||||||
|
</a>
|
||||||
|
{% endblock %}
|
||||||
Loading…
x
Reference in New Issue
Block a user