diff options
author | Jesús <heckyel@hyperbola.info> | 2018-11-13 17:39:56 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-11-13 17:39:56 -0500 |
commit | a0be26620b90d9e32c936f6d94a44c06c264acbe (patch) | |
tree | b879db2dfbda690bd3f0298305d28293777096fc /templates/video.tpl | |
parent | 6769ac9d28ee6bf3ad6548abe2aecaf3c0fa1a5b (diff) | |
download | ytlibre-a0be26620b90d9e32c936f6d94a44c06c264acbe.tar.lz ytlibre-a0be26620b90d9e32c936f6d94a44c06c264acbe.tar.xz ytlibre-a0be26620b90d9e32c936f6d94a44c06c264acbe.zip |
Added link channel
Diffstat (limited to 'templates/video.tpl')
-rw-r--r-- | templates/video.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/video.tpl b/templates/video.tpl index feac303..208c66a 100644 --- a/templates/video.tpl +++ b/templates/video.tpl @@ -36,7 +36,7 @@ </div> <div class="features"> <h6 class="yt-titulo">Canal</h6> - <h6>{$videoAuthor}</h6> + <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> </div> |