Skip to content

Commit 7c92f0a

Browse files
committed
Remove gdnative GitHub link
1 parent a4693fb commit 7c92f0a

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

website/templates/home.html

+4-14
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{{ section.content | safe }}
2323
</div>
2424

25-
<div class="grid md:grid-cols-4 grid-cols-2 gap-y-6 mt-6">
25+
<div class="grid md:grid-cols-3 grid-cols-2 gap-y-6 mt-6">
2626
<div class="flex flex-col items-center">
2727
<a href="book" target="_blank" title="godot-rust book">
2828
<svg xmlns="http://www.w3.org/2000/svg" class="text-black dark:text-white social-icon social-icon-thin" viewBox="-2 -2 20 20">
@@ -40,23 +40,13 @@
4040
</div>
4141

4242
<div class="flex flex-col items-center">
43-
<a href="{{config.extra.links.github_gdnative}}" target="_blank" title="GitHub for gdnative">
44-
<svg xmlns="http://www.w3.org/2000/svg" class="text-black dark:text-white social-icon" viewBox="0 0 24 24">
45-
<title>GitHub for gdnative</title>
46-
<path d="M10.9,2.1c-4.6,0.5-8.3,4.2-8.8,8.7c-0.5,4.7,2.2,8.9,6.3,10.5C8.7,21.4,9,21.2,9,20.8v-1.6c0,0-0.4,0.1-0.9,0.1 c-1.4,0-2-1.2-2.1-1.9c-0.1-0.4-0.3-0.7-0.6-1C5.1,16.3,5,16.3,5,16.2C5,16,5.3,16,5.4,16c0.6,0,1.1,0.7,1.3,1c0.5,0.8,1.1,1,1.4,1 c0.4,0,0.7-0.1,0.9-0.2c0.1-0.7,0.4-1.4,1-1.8c-2.3-0.5-4-1.8-4-4c0-1.1,0.5-2.2,1.2-3C7.1,8.8,7,8.3,7,7.6c0-0.4,0-0.9,0.2-1.3 C7.2,6.1,7.4,6,7.5,6c0,0,0.1,0,0.1,0C8.1,6.1,9.1,6.4,10,7.3C10.6,7.1,11.3,7,12,7s1.4,0.1,2,0.3c0.9-0.9,2-1.2,2.5-1.3 c0,0,0.1,0,0.1,0c0.2,0,0.3,0.1,0.4,0.3C17,6.7,17,7.2,17,7.6c0,0.8-0.1,1.2-0.2,1.4c0.7,0.8,1.2,1.8,1.2,3c0,2.2-1.7,3.5-4,4 c0.6,0.5,1,1.4,1,2.3v2.6c0,0.3,0.3,0.6,0.7,0.5c3.7-1.5,6.3-5.1,6.3-9.3C22,6.1,16.9,1.4,10.9,2.1z"></path>
47-
</svg>
48-
</a>
49-
<div class="caption">gdnative</div>
50-
</div>
51-
52-
<div class="flex flex-col items-center">
53-
<a href="{{config.extra.links.github_gdext}}" target="_blank" title="GitHub for gdext">
43+
<a href="{{config.extra.links.github_gdext}}" target="_blank" title="GitHub">
5444
<svg xmlns="http://www.w3.org/2000/svg" class="text-black dark:text-white social-icon" viewBox="0 0 24 24">
55-
<title>GitHub for gdext</title>
45+
<title>GitHub</title>
5646
<path d="M10.9,2.1c-4.6,0.5-8.3,4.2-8.8,8.7c-0.5,4.7,2.2,8.9,6.3,10.5C8.7,21.4,9,21.2,9,20.8v-1.6c0,0-0.4,0.1-0.9,0.1 c-1.4,0-2-1.2-2.1-1.9c-0.1-0.4-0.3-0.7-0.6-1C5.1,16.3,5,16.3,5,16.2C5,16,5.3,16,5.4,16c0.6,0,1.1,0.7,1.3,1c0.5,0.8,1.1,1,1.4,1 c0.4,0,0.7-0.1,0.9-0.2c0.1-0.7,0.4-1.4,1-1.8c-2.3-0.5-4-1.8-4-4c0-1.1,0.5-2.2,1.2-3C7.1,8.8,7,8.3,7,7.6c0-0.4,0-0.9,0.2-1.3 C7.2,6.1,7.4,6,7.5,6c0,0,0.1,0,0.1,0C8.1,6.1,9.1,6.4,10,7.3C10.6,7.1,11.3,7,12,7s1.4,0.1,2,0.3c0.9-0.9,2-1.2,2.5-1.3 c0,0,0.1,0,0.1,0c0.2,0,0.3,0.1,0.4,0.3C17,6.7,17,7.2,17,7.6c0,0.8-0.1,1.2-0.2,1.4c0.7,0.8,1.2,1.8,1.2,3c0,2.2-1.7,3.5-4,4 c0.6,0.5,1,1.4,1,2.3v2.6c0,0.3,0.3,0.6,0.7,0.5c3.7-1.5,6.3-5.1,6.3-9.3C22,6.1,16.9,1.4,10.9,2.1z"></path>
5747
</svg>
5848
</a>
59-
<div class="caption">gdext</div>
49+
<div class="caption">GitHub</div>
6050
</div>
6151

6252
<div class="flex flex-col items-center">

0 commit comments

Comments
 (0)