diff options
author | Jesús <heckyel@hyperbola.info> | 2018-11-17 21:20:43 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-11-17 21:20:43 -0500 |
commit | b56cfda34ffc4b3bc4beb291291584ad9bda7e3f (patch) | |
tree | 4da4196eb4eba4f586d146a2b12943ad76c88f85 /templates | |
parent | c6c72ca42c197f0567ae4470d4b3592b5760650a (diff) | |
download | ytlibre-b56cfda34ffc4b3bc4beb291291584ad9bda7e3f.tar.lz ytlibre-b56cfda34ffc4b3bc4beb291291584ad9bda7e3f.tar.xz ytlibre-b56cfda34ffc4b3bc4beb291291584ad9bda7e3f.zip |
Added viewcount
Diffstat (limited to 'templates')
-rw-r--r-- | templates/video.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/video.tpl b/templates/video.tpl index f2527f1..4a2a2d1 100644 --- a/templates/video.tpl +++ b/templates/video.tpl @@ -65,6 +65,8 @@ <h6><a class="enlace" href="https://invidio.us/channel/{$videoChannel}" rel="noopener noreferrer" target="_blank">{$videoAuthor}</a></h6> <h6 class="yt-titulo">Duración</h6> <h6>{$videoDuration}</h6> + <h6 class="yt-titulo">Vistas</h6> + <h6>{$videoViews}</h6> </div> </div> </div> |