We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a8908f commit fd1f854Copy full SHA for fd1f854
internal/summary/news.html
@@ -33,7 +33,7 @@ <h2>notes</h2>
33
<summary>references</summary>
34
<ul>
35
{{range (index .Notes "note")}}
36
- <li>{{.Text.String}}</li>
+ <li>{{.Nick.String}}: {{.Text.String}}</li>
37
{{end}}
38
</ul>
39
</details>
0 commit comments