Updated "Fork me on Github" to the new "open in new tab" version

This commit is contained in:
daniel evertsson
2014-04-01 12:18:05 +02:00
parent e69b94ec36
commit cb1f840008
2 changed files with 7 additions and 2 deletions

View File

@@ -105,10 +105,10 @@ html_sidebars = {
html_theme_options = {
'description': 'SAML2 and OpenID Connect',
'github_button': True,
'github_button': False,
'github_user': 'its-dirg',
'github_repo': 'IdProxy',
'github_banner': True,
'github_banner': False,
}

View File

@@ -27,3 +27,8 @@ Indices and tables
* :ref:`modindex`
* :ref:`search`
.. raw:: html
<a href="https://github.com/its-dirg/dirg-util" class="github" target="_blank">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" class="github"/>
</a>