Skip to content

Commit 3e107e5

Browse files
Fix missing github image on website (#105)
1 parent 67a9812 commit 3e107e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<body class="{{ page.body_class }}">
4242
{% include header.html %}
4343
{{ content }}
44-
<a href="https://github.com/GeoNode/geonode/"><img style="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>
44+
<a href="https://github.com/GeoNode/geonode/"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://github.blog/wp-content/uploads/2008/12/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
4545
<script type="text/javascript" src="{{site.baseurl}}/static/js/jquery-3.6.0.min.js"></script>
4646
<script type="text/javascript" src="{{site.baseurl}}/static/js/sequence.jquery-min.js"></script>
4747
<script type="text/javascript" src="{{site.baseurl}}/static/js/bootstrap.min.js"></script>

0 commit comments

Comments
 (0)