@ -255,7 +255,7 @@
<lastmod>${currentDate}T00:00:00+00:00</lastmod>
</url>
<url>
<loc>https://ghostfol.io/en/blog/2023/10/hacktoberfest-2023</loc>
<loc>https://ghostfol.io/en/blog/2023/09/hacktoberfest-2023</loc>
@ -80,7 +80,7 @@ const locales = {
featureGraphicPath: 'assets/images/blog/ghostfolio-2.jpg',
title: `Announcing Ghostfolio 2.0 - ${titleShort}`
},
'/en/blog/2023/10/hacktoberfest-2023': {
'/en/blog/2023/09/hacktoberfest-2023': {
featureGraphicPath: 'assets/images/blog/hacktoberfest-2023.png',
title: `Hacktoberfest 2023 - ${titleShort}`
}
@ -4,7 +4,7 @@
<article>
<div class="mb-4 text-center">
<h1 class="mb-1">Hacktoberfest 2023</h1>
<div class="mb-3 text-muted"><small>2023-10-01</small></div>
<div class="mb-3 text-muted"><small>2023-09-26</small></div>
<img
alt="Hacktoberfest 2023 with Ghostfolio Teaser"
class="rounded w-100"
@ -157,10 +157,10 @@ const routes: Routes = [
{
canActivate: [AuthGuard],
path: '2023/10/hacktoberfest-2023',
path: '2023/09/hacktoberfest-2023',
loadComponent: () =>
import(
'./2023/10/hacktoberfest-2023/hacktoberfest-2023-page.component'
'./2023/09/hacktoberfest-2023/hacktoberfest-2023-page.component'
).then((c) => c.Hacktoberfest2023PageComponent),
title: 'Hacktoberfest 2023'
@ -14,7 +14,7 @@
<div class="flex-nowrap no-gutters row">
<a
class="d-flex overflow-hidden w-100"
href="../en/blog/2023/10/hacktoberfest-2023"
href="../en/blog/2023/09/hacktoberfest-2023"
>
<div class="flex-grow-1 overflow-hidden">
<div class="h6 m-0 text-truncate">Hacktoberfest 2023</div>