diff --git a/apps/api/src/assets/sitemap.xml b/apps/api/src/assets/sitemap.xml index af168fc58..7ea779053 100644 --- a/apps/api/src/assets/sitemap.xml +++ b/apps/api/src/assets/sitemap.xml @@ -327,7 +327,7 @@ ${currentDate}T00:00:00+00:00 - https://ghostfol.io/en/blog/2023/11/black-friday-2023 + https://ghostfol.io/en/blog/2023/11/black-week-2023 ${currentDate}T00:00:00+00:00 diff --git a/apps/api/src/middlewares/html-template.middleware.ts b/apps/api/src/middlewares/html-template.middleware.ts index a42eee9e1..b8d1964a1 100644 --- a/apps/api/src/middlewares/html-template.middleware.ts +++ b/apps/api/src/middlewares/html-template.middleware.ts @@ -76,9 +76,9 @@ const locales = { featureGraphicPath: 'assets/images/blog/hacktoberfest-2023.png', title: `Hacktoberfest 2023 - ${title}` }, - '/en/blog/2023/11/black-friday-2023': { - featureGraphicPath: 'assets/images/blog/black-friday-2023.png', - title: `Black Friday 2023 - ${title}` + '/en/blog/2023/11/black-week-2023': { + featureGraphicPath: 'assets/images/blog/black-week-2023.png', + title: `Black Week 2023 - ${title}` }, '/en/blog/2023/11/hacktoberfest-2023-debriefing': { featureGraphicPath: 'assets/images/blog/hacktoberfest-2023.png', diff --git a/apps/client/src/app/pages/blog/2023/11/black-friday-2023/black-friday-2023-page.component.ts b/apps/client/src/app/pages/blog/2023/11/black-week-2023/black-week-2023-page.component.ts similarity index 78% rename from apps/client/src/app/pages/blog/2023/11/black-friday-2023/black-friday-2023-page.component.ts rename to apps/client/src/app/pages/blog/2023/11/black-week-2023/black-week-2023-page.component.ts index 4c9cbaa85..be354c55a 100644 --- a/apps/client/src/app/pages/blog/2023/11/black-friday-2023/black-friday-2023-page.component.ts +++ b/apps/client/src/app/pages/blog/2023/11/black-week-2023/black-week-2023-page.component.ts @@ -6,11 +6,11 @@ import { GfPremiumIndicatorModule } from '@ghostfolio/ui/premium-indicator'; @Component({ host: { class: 'page' }, imports: [GfPremiumIndicatorModule, MatButtonModule, RouterModule], - selector: 'gf-black-friday-2023-page', + selector: 'gf-black-week-2023-page', standalone: true, - templateUrl: './black-friday-2023-page.html' + templateUrl: './black-week-2023-page.html' }) -export class BlackFriday2023PageComponent { +export class BlackWeek2023PageComponent { public routerLinkFeatures = ['/' + $localize`features`]; public routerLinkPricing = ['/' + $localize`pricing`]; } diff --git a/apps/client/src/app/pages/blog/2023/11/black-friday-2023/black-friday-2023-page.html b/apps/client/src/app/pages/blog/2023/11/black-week-2023/black-week-2023-page.html similarity index 88% rename from apps/client/src/app/pages/blog/2023/11/black-friday-2023/black-friday-2023-page.html rename to apps/client/src/app/pages/blog/2023/11/black-week-2023/black-week-2023-page.html index f5b1f44b7..352e0b5ce 100644 --- a/apps/client/src/app/pages/blog/2023/11/black-friday-2023/black-friday-2023-page.html +++ b/apps/client/src/app/pages/blog/2023/11/black-week-2023/black-week-2023-page.html @@ -3,13 +3,13 @@
-

Black Friday 2023

-
2023-11-18
+

Black Week 2023

+
2023-11-19
Black Friday 2023 Teaser
@@ -23,7 +23,7 @@ [enableLink]="false" > - annual plan with our exclusive Black Friday deal. Elevate your + annual plan with our exclusive Black Week deal. Elevate your financial strategy with the power of Ghostfolio designed to give you the full picture of your assets.

@@ -37,8 +37,8 @@ > is a modern web application to manage personal finances. This Open Source Software (OSS) dynamically aggregates your diverse assets - including stocks, ETFs, cryptocurrencies, commodities, and more, - presenting a comprehensive overview of your portfolio in real-time. + including stocks, ETFs, cryptocurrencies, commodities, etc. and + presents a comprehensive overview of your portfolio in real-time. Empower yourself to make informed, data-driven investment decisions with the robust analytics at your fingertips. Explore the numerous features to enhance your @@ -47,8 +47,8 @@

- Snap the limited Black Friday 2023 deal before it’s gone. For - detailed information on plans and pricing, please visit our + Snap the limited Black Week 2023 deal before it’s gone. For detailed + information on plans and pricing, please visit our pricing page.

@@ -65,6 +65,9 @@

  • Black Friday
  • +
  • + Black Week +
  • Cloud
  • @@ -148,7 +151,7 @@ aria-current="page" class="active breadcrumb-item text-truncate" > - Black Friday 2023 + Black Week 2023 diff --git a/apps/client/src/app/pages/blog/blog-page-routing.module.ts b/apps/client/src/app/pages/blog/blog-page-routing.module.ts index 9f725960d..487f53f02 100644 --- a/apps/client/src/app/pages/blog/blog-page-routing.module.ts +++ b/apps/client/src/app/pages/blog/blog-page-routing.module.ts @@ -175,12 +175,12 @@ const routes: Routes = [ }, { canActivate: [AuthGuard], - path: '2023/11/black-friday-2023', + path: '2023/11/black-week-2023', loadComponent: () => - import( - './2023/11/black-friday-2023/black-friday-2023-page.component' - ).then((c) => c.BlackFriday2023PageComponent), - title: 'Black Friday 2023' + import('./2023/11/black-week-2023/black-week-2023-page.component').then( + (c) => c.BlackWeek2023PageComponent + ), + title: 'Black Week 2023' } ]; diff --git a/apps/client/src/app/pages/blog/blog-page.html b/apps/client/src/app/pages/blog/blog-page.html index 2bf207209..70bf771e3 100644 --- a/apps/client/src/app/pages/blog/blog-page.html +++ b/apps/client/src/app/pages/blog/blog-page.html @@ -18,11 +18,11 @@