diff --git a/src/server/views/layouts/layout.ejs b/src/server/views/layouts/layout.ejs index e4d6d36..2abc1b3 100644 --- a/src/server/views/layouts/layout.ejs +++ b/src/server/views/layouts/layout.ejs @@ -21,7 +21,7 @@ - <%- include('../partials/navbar', { appName }) %> + <%- await include('../partials/navbar', { appName }) %>
<%- body %> diff --git a/src/server/views/pages/index.ejs b/src/server/views/pages/index.ejs index dcf8641..1477821 100644 --- a/src/server/views/pages/index.ejs +++ b/src/server/views/pages/index.ejs @@ -86,34 +86,34 @@
- <%- include('../partials/toc') %> + <%- await include('../partials/toc') %>
- <%- include('../partials/sections/primeros-pasos') %> - <%- include('../partials/sections/comandos-basicos') %> - <%- include('../partials/sections/sistema-juego') %> - <%- include('../partials/sections/minijuegos') %> - <%- include('../partials/sections/inventario-equipo') %> - <%- include('../partials/sections/economia') %> - <%- include('../partials/sections/tienda') %> - <%- include('../partials/sections/crafteo') %> - <%- include('../partials/sections/logros') %> - <%- include('../partials/sections/misiones') %> - <%- include('../partials/sections/racha') %> - <%- include('../partials/sections/consumibles') %> - <%- include('../partials/sections/cofres') %> - <%- include('../partials/sections/encantamientos') %> - <%- include('../partials/sections/fundicion') %> - <%- include('../partials/sections/ia') %> - <%- include('../partials/sections/recordatorios') %> - <%- include('../partials/sections/alianzas') %> - <%- include('../partials/sections/admin') %> - <%- include('../partials/sections/creacion-contenido') %> - <%- include('../partials/sections/configuracion') %> - <%- include('../partials/sections/estadisticas') %> - <%- include('../partials/sections/tips') %> - <%- include('../partials/sections/faq') %> + <%- await include('../partials/sections/primeros-pasos') %> + <%- await include('../partials/sections/comandos-basicos') %> + <%- await include('../partials/sections/sistema-juego') %> + <%- await include('../partials/sections/minijuegos') %> + <%- await include('../partials/sections/inventario-equipo') %> + <%- await include('../partials/sections/economia') %> + <%- await include('../partials/sections/tienda') %> + <%- await include('../partials/sections/crafteo') %> + <%- await include('../partials/sections/logros') %> + <%- await include('../partials/sections/misiones') %> + <%- await include('../partials/sections/racha') %> + <%- await include('../partials/sections/consumibles') %> + <%- await include('../partials/sections/cofres') %> + <%- await include('../partials/sections/encantamientos') %> + <%- await include('../partials/sections/fundicion') %> + <%- await include('../partials/sections/ia') %> + <%- await include('../partials/sections/recordatorios') %> + <%- await include('../partials/sections/alianzas') %> + <%- await include('../partials/sections/admin') %> + <%- await include('../partials/sections/creacion-contenido') %> + <%- await include('../partials/sections/configuracion') %> + <%- await include('../partials/sections/estadisticas') %> + <%- await include('../partials/sections/tips') %> + <%- await include('../partials/sections/faq') %>