diff --git a/package.json b/package.json index 56da429..85dcaa4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "websostenible", "type": "module", - "version": "0.3.4", + "version": "0.3.5", "scripts": { "dev": "astro dev", "devhost": "astro dev --host", diff --git a/src/layouts/PostStyle.astro b/src/layouts/PostStyle.astro index 57c872a..6155bb6 100644 --- a/src/layouts/PostStyle.astro +++ b/src/layouts/PostStyle.astro @@ -254,22 +254,6 @@ const linkedinShareUrl = `https://www.linkedin.com/shareArticle?mini=true&url=${  |  {frontmatter.autor} - { - frontmatter.fecha && ( - <> -  |  - Última - actualización:{" "} - {new Date( - frontmatter.fecha, - ).toLocaleDateString("es-ES", { - year: "numeric", - month: "long", - day: "numeric", - })} - - ) - }

diff --git a/src/pages/posts/ODS7.mdx b/src/pages/posts/ODS7.mdx index ffd3f72..6ec97a4 100644 --- a/src/pages/posts/ODS7.mdx +++ b/src/pages/posts/ODS7.mdx @@ -5,6 +5,7 @@ autor: 'José Antonio Marín' fecha: '10/29/24' descripcion: 'Este objetivo busca garantizar el acceso a energía asequible, fiable, sostenible y moderna para todos, promoviendo el uso de fuentes renovables y soluciones más limpias. Descubre qué significa y qué acciones son necesarias para alcanzarlo en este post:' imagen: 'https://www.un.org/sustainabledevelopment/es/wp-content/uploads/sites/3/2018/07/S_SDG-goals_icons-individual-rgb-07.png' +relacionados: ['ods13', 'contaminacion', 'retos ambientales', 'ods12'] --- import ImagenMD from "../../components/ImagenMD.astro"