diff options
Diffstat (limited to 'content/pages')
-rw-r--r-- | content/pages/acerca-de.md | 2 | ||||
-rw-r--r-- | content/pages/estructura-de-directorios.md | 2 | ||||
-rw-r--r-- | content/pages/libreJS.md | 8 |
3 files changed, 7 insertions, 5 deletions
diff --git a/content/pages/acerca-de.md b/content/pages/acerca-de.md index 37d60a9..5e29a78 100644 --- a/content/pages/acerca-de.md +++ b/content/pages/acerca-de.md @@ -59,7 +59,7 @@ hacerlo, se encuentra en el [README del código fuente de la web][colaboracion]. <!--Plyr--> -<script src="{static}/vendor/js/play.js"></script> +<script src="{static}/vendor/play/play.js"></script> <!--EndPlyr--> [colaboracion]: https://libregit.org/heckyel/cl/src/branch/master/README.md#colaboraci%C3%B3n diff --git a/content/pages/estructura-de-directorios.md b/content/pages/estructura-de-directorios.md index edc593f..8db13d3 100644 --- a/content/pages/estructura-de-directorios.md +++ b/content/pages/estructura-de-directorios.md @@ -50,6 +50,8 @@ directorios: carpeta correspondiente al año y al mes en el que se añaden. Por ejemplo, el directorio `/wp-content/uploads/article/images/2018/01/` contiene los archivos de enero de 2018. +- `vendor`. Contiene el programa `aplaylist`, `play`, `plyr` y `sys-comments` + que es el sistema de comentarios estático. El código CSS, JS y las fuentes aquí encontrados no aparecen en todos los artículos. Por esta razón, se ubican aquí (y no en `cl-theme`)y diff --git a/content/pages/libreJS.md b/content/pages/libreJS.md index e61c7b2..12f3377 100644 --- a/content/pages/libreJS.md +++ b/content/pages/libreJS.md @@ -12,14 +12,14 @@ Title: LibreJS <td><a href="https://libregit.org/heckyel/plyr/archive/v2.0.1.tar.gz">plyr.tar.gz</a></td> </tr> <tr> - <td><a href="../vendor/js/play.js">play.js</a></td> + <td><a href="../vendor/play/play.js">play.js</a></td> <td><a href="http://www.gnu.org/licenses/gpl-3.0.html">GPL-3.0</a></td> - <td><a href="../vendor/js/play.js">play.js</a></td> + <td><a href="../vendor/play/play.js">play.js</a></td> </tr> <tr> - <td><a href="../vendor/js/videoplaylist.js">videoplaylist.js</a></td> + <td><a href="../vendor/aplaylist/videoplaylist.js">videoplaylist.js</a></td> <td><a href="http://www.gnu.org/licenses/gpl-3.0.html">GPL-3.0</a></td> - <td><a href="../vendor/js/videoplaylist.js">videoplaylist.js</a></td> + <td><a href="../vendor/aplaylist/videoplaylist.js">videoplaylist.js</a></td> </tr> <tr> <td><a href="../theme/js/navbar-burger.js">navbar-burger.js</a></td> |