diff options
author | Jesús <heckyel@hyperbola.info> | 2019-06-26 15:51:17 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-06-26 15:51:17 -0500 |
commit | 926bc4262b62d4dae2503902d8d71068fca976a4 (patch) | |
tree | f452c7dc5c979086ab54008a4e340d6ec768ca80 /libretube-theme | |
parent | a696a12f2c001c5be3b26ed1c4e21d4f8331f987 (diff) | |
download | libretube-926bc4262b62d4dae2503902d8d71068fca976a4.tar.lz libretube-926bc4262b62d4dae2503902d8d71068fca976a4.tar.xz libretube-926bc4262b62d4dae2503902d8d71068fca976a4.zip |
remove doc of nodejs
Diffstat (limited to 'libretube-theme')
-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 %} |