We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89d7355 commit 69a0f5eCopy full SHA for 69a0f5e
templates/example.tmpl
@@ -34,7 +34,7 @@
34
{{end}}
35
{{if .NextExample}}
36
<p class="next">
37
- Prossimo esempio: <a href="{{.NextExample.Id}}">{{.NextExample.Name}}</a>.
+ Prossimo esempio: <a href="{{.NextExample.Id}}.html">{{.NextExample.Name}}</a>.
38
</p>
39
40
<p class="footer">
templates/index.tmpl
@@ -28,7 +28,7 @@
28
<em>Go by Example - IT</em> è una introduzione pratica
29
a Go che utilizza programmi di esempio commentati
30
con adeguate spiegazioni. Dai un'occhiata al
31
- <a href="hello-world">primo esempio</a> o cerca
+ <a href="hello-world.html">primo esempio</a> o cerca
32
nella lista intera qui di seguito.
33
0 commit comments