File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
templates/components/panels Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,13 @@ production-use = Production use
10
10
learn-more = Learn More
11
11
discord = Discord
12
12
13
+ ## components/panels/domain.hbs
14
+
15
+ cli-learn-more = Building Tools
16
+ wasm-learn-more = Writing Web Apps
17
+ net-learn-more = Working On Servers
18
+ embedded-learn-more = Starting With Embedded
19
+
13
20
## components/layout.hbs
14
21
15
22
meta-description = A language empowering everyone to build reliable and efficient software.
Original file line number Diff line number Diff line change 26
26
<p class =" flex-grow-1" >
27
27
{{ fluent " domains-cli-blurb" }}
28
28
</p >
29
- <a href =" {{ baseurl }} /what/cli" class =" button button-secondary" >{{ fluent " learn-more" }} </a >
29
+ <a href =" {{ baseurl }} /what/cli" class =" button button-secondary" >{{ fluent " cli- learn-more" }} </a >
30
30
</div >
31
31
</div >
32
32
42
42
<p class =" flex-grow-1" >
43
43
{{ fluent " domains-wasm-blurb" }}
44
44
</p >
45
- <a href =" {{ baseurl }} /what/wasm" class =" button button-secondary" >{{ fluent " learn-more" }} </a >
45
+ <a href =" {{ baseurl }} /what/wasm" class =" button button-secondary" >{{ fluent " wasm- learn-more" }} </a >
46
46
</div >
47
47
</div >
48
48
58
58
<p class =" flex-grow-1" >
59
59
{{ fluent " domains-net-blurb" }}
60
60
</p >
61
- <a href =" {{ baseurl }} /what/networking" class =" button button-secondary" >{{ fluent " learn-more" }} </a >
61
+ <a href =" {{ baseurl }} /what/networking" class =" button button-secondary" >{{ fluent " net- learn-more" }} </a >
62
62
</div >
63
63
</div >
64
64
74
74
<p class =" flex-grow-1" >
75
75
{{ fluent " domains-embedded-blurb" }}
76
76
</p >
77
- <a href =" {{ baseurl }} /what/embedded" class =" button button-secondary" >{{ fluent " learn-more" }} </a >
77
+ <a href =" {{ baseurl }} /what/embedded" class =" button button-secondary" >{{ fluent " embedded- learn-more" }} </a >
78
78
</div >
79
79
</div >
80
80
</div >
You can’t perform that action at this time.
0 commit comments