diff options
author | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-04-29 13:50:21 -0500 |
---|---|---|
committer | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-04-29 13:50:21 -0500 |
commit | 099060bd31d9ef785c388d0df7b768c3d0641453 (patch) | |
tree | aa0715b4be578e2a5252d57a0a6d92374303afc9 /libretube-theme/templates/authors.html | |
parent | 07f1eff851b4de4ea98db0de5d57f755c63a1fc5 (diff) |
Fix move theme in static to media/theme because is a sub directory, repair los image is in thumbnail
Diffstat (limited to 'libretube-theme/templates/authors.html')
-rw-r--r-- | libretube-theme/templates/authors.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libretube-theme/templates/authors.html b/libretube-theme/templates/authors.html index f7428b6..e16b843 100644 --- a/libretube-theme/templates/authors.html +++ b/libretube-theme/templates/authors.html @@ -58,7 +58,7 @@ ('https://www.python.org/', 'Python'), ('https://blog.getpelican.com/', 'Pelican'), ('https://pypi.org/project/Markdown/', 'Markdown'), - ('https://lablibre.tuxfamily.org/pages/librejs.html', _('Algunos programas de JavaScript'),)) %} + ('https://saravia.org/media/pages/librejs.html', _('Algunos programas de JavaScript'),)) %} <ul class="ml-3"> {% for program in software %} <li><a href="{{ program[0] }}" title="{{ _('Sitio web de %(programa)s', programa=program[1]) }}">{{ program[1] }}</a></li> |