Browse Source

Update date

pull/2359/head
Thomas 2 years ago
parent
commit
101aa885ac
  1. 2
      apps/api/src/assets/sitemap.xml
  2. 2
      apps/api/src/middlewares/html-template.middleware.ts
  3. 0
      apps/client/src/app/pages/blog/2023/09/hacktoberfest-2023/hacktoberfest-2023-page.component.ts
  4. 2
      apps/client/src/app/pages/blog/2023/09/hacktoberfest-2023/hacktoberfest-2023-page.html
  5. 4
      apps/client/src/app/pages/blog/blog-page-routing.module.ts
  6. 2
      apps/client/src/app/pages/blog/blog-page.html

2
apps/api/src/assets/sitemap.xml

@ -255,7 +255,7 @@
<lastmod>${currentDate}T00:00:00+00:00</lastmod> <lastmod>${currentDate}T00:00:00+00:00</lastmod>
</url> </url>
<url> <url>
<loc>https://ghostfol.io/en/blog/2023/10/hacktoberfest-2023</loc> <loc>https://ghostfol.io/en/blog/2023/09/hacktoberfest-2023</loc>
<lastmod>${currentDate}T00:00:00+00:00</lastmod> <lastmod>${currentDate}T00:00:00+00:00</lastmod>
</url> </url>
<url> <url>

2
apps/api/src/middlewares/html-template.middleware.ts

@ -80,7 +80,7 @@ const locales = {
featureGraphicPath: 'assets/images/blog/ghostfolio-2.jpg', featureGraphicPath: 'assets/images/blog/ghostfolio-2.jpg',
title: `Announcing Ghostfolio 2.0 - ${titleShort}` 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', featureGraphicPath: 'assets/images/blog/hacktoberfest-2023.png',
title: `Hacktoberfest 2023 - ${titleShort}` title: `Hacktoberfest 2023 - ${titleShort}`
} }

0
apps/client/src/app/pages/blog/2023/10/hacktoberfest-2023/hacktoberfest-2023-page.component.ts → apps/client/src/app/pages/blog/2023/09/hacktoberfest-2023/hacktoberfest-2023-page.component.ts

2
apps/client/src/app/pages/blog/2023/10/hacktoberfest-2023/hacktoberfest-2023-page.html → apps/client/src/app/pages/blog/2023/09/hacktoberfest-2023/hacktoberfest-2023-page.html

@ -4,7 +4,7 @@
<article> <article>
<div class="mb-4 text-center"> <div class="mb-4 text-center">
<h1 class="mb-1">Hacktoberfest 2023</h1> <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 <img
alt="Hacktoberfest 2023 with Ghostfolio Teaser" alt="Hacktoberfest 2023 with Ghostfolio Teaser"
class="rounded w-100" class="rounded w-100"

4
apps/client/src/app/pages/blog/blog-page-routing.module.ts

@ -157,10 +157,10 @@ const routes: Routes = [
}, },
{ {
canActivate: [AuthGuard], canActivate: [AuthGuard],
path: '2023/10/hacktoberfest-2023', path: '2023/09/hacktoberfest-2023',
loadComponent: () => loadComponent: () =>
import( import(
'./2023/10/hacktoberfest-2023/hacktoberfest-2023-page.component' './2023/09/hacktoberfest-2023/hacktoberfest-2023-page.component'
).then((c) => c.Hacktoberfest2023PageComponent), ).then((c) => c.Hacktoberfest2023PageComponent),
title: 'Hacktoberfest 2023' title: 'Hacktoberfest 2023'
} }

2
apps/client/src/app/pages/blog/blog-page.html

@ -14,7 +14,7 @@
<div class="flex-nowrap no-gutters row"> <div class="flex-nowrap no-gutters row">
<a <a
class="d-flex overflow-hidden w-100" 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="flex-grow-1 overflow-hidden">
<div class="h6 m-0 text-truncate">Hacktoberfest 2023</div> <div class="h6 m-0 text-truncate">Hacktoberfest 2023</div>

Loading…
Cancel
Save