diff options
author | Jesús <heckyel@hyperbola.info> | 2020-12-30 16:17:48 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-12-30 16:52:26 -0500 |
commit | 1f4d7cc9586bc0fbb19936efe5dad32109dfb952 (patch) | |
tree | ec25c1c4f7fc36b2d83b332a7bdad011b84126d3 /youtube/templates/watch.html | |
parent | 056c3be3f2ab9a19d8b2c38396826aaad9d4081d (diff) | |
download | yt-local-1f4d7cc9586bc0fbb19936efe5dad32109dfb952.tar.lz yt-local-1f4d7cc9586bc0fbb19936efe5dad32109dfb952.tar.xz yt-local-1f4d7cc9586bc0fbb19936efe5dad32109dfb952.zip |
General theme: fix syntax W3C markup and add improve 'Published' date
Signed-off-by: Jesús <heckyel@hyperbola.info>
Diffstat (limited to 'youtube/templates/watch.html')
-rw-r--r-- | youtube/templates/watch.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html index 1b47e57..70f5692 100644 --- a/youtube/templates/watch.html +++ b/youtube/templates/watch.html @@ -71,7 +71,7 @@ <address class="v-uploaded">Uploaded by <a href="{{ uploader_channel_url }}">{{ uploader }}</a></address> <span class="v-views">{{ view_count }} views</span> - <time class="v-published" datetime="$upload_date">Published on {{ time_published }}</time> + <time class="v-published" datetime="{{ time_published_utc }}">Published on {{ time_published }}</time> <span class="v-likes-dislikes">{{ like_count }} likes {{ dislike_count }} dislikes</span> <div class="external-player-controls"> |