1
0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2024-09-19 18:57:30 +00:00
cloudtube/pug/search.pug
Cadence Ember e0bc0d2e81
Implement watched videos
Watched videos on your subscriptions feed will be darkened, and the
option to hide all of them has been added.

This only takes effect if you have enabled saving watched videos on the
server in the settings menu - default is off.
2020-12-29 01:45:02 +13:00

12 lines
244 B
Plaintext

extends includes/layout.pug
include includes/video-list-item.pug
block head
title= `${query} (search) - CloudTube`
block content
main.search-page
each result in results
+video_list_item("search-result", result, instanceOrigin)