diff options
author | Jesús <heckyel@hyperbola.info> | 2020-12-06 18:14:07 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-12-06 18:14:07 -0500 |
commit | a2cc6ef1eff0318651457c0249cb836a78bff57d (patch) | |
tree | d852d19a4f5753f039940d11e5f23fcfa8586a48 | |
parent | 0ba05886483da41cb768b13048f9ed3bb2763832 (diff) | |
download | ytlibre-a2cc6ef1eff0318651457c0249cb836a78bff57d.tar.lz ytlibre-a2cc6ef1eff0318651457c0249cb836a78bff57d.tar.xz ytlibre-a2cc6ef1eff0318651457c0249cb836a78bff57d.zip |
Fix number version
-rw-r--r-- | templates/index.tpl | 2 | ||||
-rw-r--r-- | templates/video.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.tpl b/templates/index.tpl index 050c67e..f9e80a0 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -29,7 +29,7 @@ <abbr title="GNU Affero General Public License version 3">GNU AGPLv3+</abbr> </a> </p> - <p class="copyleft">Versión <a href="https://libregit.org/heckyel/ytlibre/src/tag/1.1.5" + <p class="copyleft">Versión <a href="https://libregit.org/heckyel/ytlibre/src/tag/{$version}" class="enlace" rel="noopener noreferrer" target="_blank">{$version}</a></p> diff --git a/templates/video.tpl b/templates/video.tpl index 05d56c5..f8155ad 100644 --- a/templates/video.tpl +++ b/templates/video.tpl @@ -149,7 +149,7 @@ <a class="enlace" href="templates/librejs.html" data-jslicense="1" rel="license noopener noreferrer" target="_blank">Información de licencias de JavaScript.</a> </p> - <p class="copyleft">Versión <a href="https://libregit.org/heckyel/ytlibre/src/tag/1.1.5" + <p class="copyleft">Versión <a href="https://libregit.org/heckyel/ytlibre/src/tag/{$version}" class="enlace" rel="noopener noreferrer" target="_blank">{$version}</a></p> |