File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 8
8
page : develop.md
9
9
- title : discuss
10
10
page : discuss.md
11
+ - title : Docs
12
+ url : https://docs.fabricmc.net/
11
13
- title : wiki
12
14
url : https://fabricmc.net/wiki/
13
- - title :
14
- icon : /assets/icons/github-logo.svg
15
- url : https://github.com/fabricmc
Original file line number Diff line number Diff line change 21
21
{% for link in site.data.topnav.links %}
22
22
{% if link.page %}
23
23
< a class ="page-link " href ="{% link {{ link.page }} %} ">
24
- {% if link.icon %}
25
- < img src ="{{ link.icon }} " width ="20 " />
26
- {% endif %}
27
24
{{ link.title | escape | capitalize }}
28
25
</ a >
29
26
{% else %}
30
27
< a class ="page-link " href ="{{ link.url }} ">
31
- {% if link.icon %}
32
- < img src ="{{ link.icon }} " width ="20 " />
33
- {% endif %}
34
-
35
28
{{ link.title | escape | capitalize }}
36
29
</ a >
37
30
{% endif %}
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ layout: default
39
39
</a>
40
40
<a href="https://github.com/FabricMC/fabric/releases">
41
41
<img alt="Github logo" src="/assets/icons/github-logo.svg" width="20" />
42
- Github
42
+ GitHub
43
43
</a>
44
44
</div>
45
45
</div>
You can’t perform that action at this time.
0 commit comments