Move ribbon to template
This commit is contained in:
parent
0bb718bd37
commit
7bfc6ba64f
3 changed files with 4 additions and 6 deletions
|
|
@ -163,9 +163,7 @@
|
||||||
</div>-->
|
</div>-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<a href="{{ github_repo }}">
|
{% include "ribbon.html" %}
|
||||||
<img style="z-index:1200;position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub">
|
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
<div role="main" class="container">
|
<div role="main" class="container">
|
||||||
|
|
||||||
|
|
|
||||||
3
docs/source/_themes/Alchemy/ribbon.html
Normal file
3
docs/source/_themes/Alchemy/ribbon.html
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
<a href="https://github.com/alchemy-fr/PHP-FFmpeg">
|
||||||
|
<img style="z-index:1200;position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub">
|
||||||
|
</a>
|
||||||
|
|
@ -1,9 +1,6 @@
|
||||||
# project name
|
# project name
|
||||||
project = u'PHP-FFMpeg'
|
project = u'PHP-FFMpeg'
|
||||||
|
|
||||||
#github repository URL
|
|
||||||
github_repo = 'https://github.com/alchemy-fr/PHP-FFmpeg'
|
|
||||||
|
|
||||||
# Tex info conf
|
# Tex info conf
|
||||||
texinfo_documents = [
|
texinfo_documents = [
|
||||||
('index', 'PHP-FFMpeg', u'PHP-FFMpeg Documentation',
|
('index', 'PHP-FFMpeg', u'PHP-FFMpeg Documentation',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue