diff options
Diffstat (limited to 'templates/search.html')
| -rw-r--r-- | templates/search.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/search.html b/templates/search.html index 6a9ce28..70c3490 100644 --- a/templates/search.html +++ b/templates/search.html @@ -26,10 +26,10 @@ {{range .Items}} <tr> <td> - <a href="/embed?id={{.Id}}&url={{.Url}}"><img width=240 src="{{.ThumbUrl}}"></a> + <a href="/stream?url={{.Url}}"><img width=240 src="{{.ThumbUrl}}"></a> </td> <td> - <a href="/embed?id={{.Id}}&url={{.Url}}">{{.Title}}</a> + <a href="/stream?url={{.Url}}">{{.Title}}</a> <br/> <a href="{{.ChannelUrl}}">{{.ChannelTitle}}</a> | <a href="{{.AtomUrl}}">Atom feed</a> <br/> |
