Buid con nuevos posts y relacionados
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "websostenible",
|
"name": "websostenible",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.3.4",
|
"version": "0.3.5",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"devhost": "astro dev --host",
|
"devhost": "astro dev --host",
|
||||||
|
|||||||
@@ -254,22 +254,6 @@ const linkedinShareUrl = `https://www.linkedin.com/shareArticle?mini=true&url=${
|
|||||||
|
|
|
|
||||||
<i class="fas fa-user"></i>
|
<i class="fas fa-user"></i>
|
||||||
{frontmatter.autor}
|
{frontmatter.autor}
|
||||||
{
|
|
||||||
frontmatter.fecha && (
|
|
||||||
<>
|
|
||||||
|
|
|
||||||
<i class="fas fa-edit" /> Última
|
|
||||||
actualización:{" "}
|
|
||||||
{new Date(
|
|
||||||
frontmatter.fecha,
|
|
||||||
).toLocaleDateString("es-ES", {
|
|
||||||
year: "numeric",
|
|
||||||
month: "long",
|
|
||||||
day: "numeric",
|
|
||||||
})}
|
|
||||||
</>
|
|
||||||
)
|
|
||||||
}
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ autor: 'José Antonio Marín'
|
|||||||
fecha: '10/29/24'
|
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:'
|
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'
|
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"
|
import ImagenMD from "../../components/ImagenMD.astro"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user