~cadence/cloudtube

f04be0d3f915a8adf838dfd9aa8d6ea784b9a5c3 — Cadence Ember 2 years ago 25baf8c
Add video durations to can't think page

Because why would I care when I instinctively click anyway?
1 files changed, 2 insertions(+), 2 deletions(-)

M pug/cant-think.pug
M pug/cant-think.pug => pug/cant-think.pug +2 -2
@@ 75,5 75,5 @@ block content
      
      p.the-end Well, looks like you reached the end of the content.#[br]You know what happens now.
      h3 Recommended videos
      +video_list_item("related-video", {videoId: "jKKCF_Bqtw4", title: "dopamine review", author: "Jreg", authorId: "UCGSGPehp0RWfca-kENgBJ9Q", viewCountText: "84,651 views"})
      +video_list_item("related-video", {videoId: "gLYWLobR248", title: "I Watch My YouTube Videos At 2x Speed", author: "Jreg", authorId: "UCGSGPehp0RWfca-kENgBJ9Q", viewCountText: "125,625 views"})
      +video_list_item("related-video", {videoId: "jKKCF_Bqtw4", title: "dopamine review", author: "Jreg", authorId: "UCGSGPehp0RWfca-kENgBJ9Q", viewCountText: "84,651 views", second__lengthText: "3:10"})
      +video_list_item("related-video", {videoId: "gLYWLobR248", title: "I Watch My YouTube Videos At 2x Speed", author: "Jreg", authorId: "UCGSGPehp0RWfca-kENgBJ9Q", viewCountText: "125,625 views", second__lengthText: "2:24"})