mirror of https://github.com/rq/rq.git
Fix the "Fork me on GitHub" ribbon (#2085)
* Fix the "Fork me on GitHub" ribbon The image URL is broken. Replace it with the "official" URL found in <https://github.blog/2008-12-19-github-ribbons/>. * Replace the orange ribbon with a red one
This commit is contained in:
parent
4c28ec617a
commit
f31afdbfdf
|
@ -14,7 +14,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<a href="http://git.io/rq"><img class="nomargin" style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png" alt="Fork me on GitHub"></a>
|
<a href="http://git.io/rq"><img class="nomargin" style="position: absolute; top: 0; right: 0; border: 0;" src="https://github.blog/wp-content/uploads/2008/12/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
|
||||||
|
|
||||||
<ul class="inline">
|
<ul class="inline">
|
||||||
{% for link in site.navigation %}
|
{% for link in site.navigation %}
|
||||||
|
|
Loading…
Reference in New Issue