Cambio con hashtags
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
---
|
||||
// src/layouts/PostLayout.astro
|
||||
import { getHeadings } from '../utils/getHeadings'; // Asumimos que crearemos esta utilidad
|
||||
import RelatedPosts from '../components/PostsRelacionados.astro'; // Componente para posts relacionados
|
||||
import Navbar from '../components/Navbar.astro';
|
||||
import Footer from '../components/Footer.astro';
|
||||
@@ -48,7 +47,7 @@ const linkedinShareUrl = `https://www.linkedin.com/shareArticle?mini=true&url=${
|
||||
"headline": "${frontmatter.titulo}",
|
||||
"image": "${frontmatter.imagen && new URL(frontmatter.imagen, Astro.site)}",
|
||||
"datePublished": "${frontmatter.fecha}",
|
||||
"dateModified": "${frontmatter.lastModified || frontmatter.fecha}",
|
||||
"dateModified": "${frontmatter.fecha}",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "${frontmatter.autor}"
|
||||
@@ -154,7 +153,7 @@ const linkedinShareUrl = `https://www.linkedin.com/shareArticle?mini=true&url=${
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<Navbar posts="/" proyectos="/" />
|
||||
<Navbar proyectos="/" />
|
||||
|
||||
<header class="post-header">
|
||||
<div class="container">
|
||||
|
||||
Reference in New Issue
Block a user