diff options
-rw-r--r-- | libretube-theme/templates/authors.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libretube-theme/templates/authors.html b/libretube-theme/templates/authors.html index e6dfe27..0439063 100644 --- a/libretube-theme/templates/authors.html +++ b/libretube-theme/templates/authors.html @@ -40,14 +40,9 @@ {% set software = (('https://nginx.org/', 'Nginx'), ('http://babel.pocoo.org/', 'Babel'), ('https://pypi.org/project/beautifulsoup4/', 'BeautifulSoup4'), - ('https://nodejs.org/', 'nodejs'), ('https://www.python.org/', 'Python'), ('https://blog.getpelican.com/', 'Pelican'), ('https://pypi.org/project/Markdown/', 'Markdown'), - ('https://nodejs.org/', 'nodejs'), - ('https://www.npmjs.com/', 'npm'), - ('https://github.com/fmarcia/UglifyCSS', 'uglifycss'), - ('https://github.com/mishoo/UglifyJS', 'uglifyjs'), ('https://lablibre.tuxfamily.org/pages/librejs.html', _('Algunos programas de JavaScript'),)) %} <ul class="ml-3"> {% for program in software %} |