mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
fixed link typo
Signed-off-by: Avelino <avelinorun@gmail.com>
This commit is contained in:
parent
76a03b6a7f
commit
bd32c79115
2
tmpl/cat-tmpl.html
vendored
2
tmpl/cat-tmpl.html
vendored
@ -62,7 +62,7 @@
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
{{range .Items}}
|
{{range .Items}}
|
||||||
<li><a href="/{{.Url}}" alt="Go to {{.Title}} link" title="Go to {{.Title}} link">{{.Description}}</a></li>
|
<li><a href="{{.Url}}" alt="Go to {{.Title}} link" title="Go to {{.Title}} link">{{.Description}}</a></li>
|
||||||
{{end}}
|
{{end}}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user