Skip to content

Commit 49b07e3

Browse files
committed
...
1 parent 3442707 commit 49b07e3

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

SD.WEB/Modules/News/Components/News.razor

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55

66
@inject CacheFlixsterApi CacheFlixsterApi
77

8-
<HeadComponent Title="@($"{Translations.Title.News} ({MediaType.GetName()})")" Description="@Translations.Description.News.Format(MediaType.GetName())" Url="@($"/{Culture}/news/{category}")" Index="true" Shared="true" />
9-
<PageSectionComponent IsPageHeader="true" Title="@($"{Translations.Title.News} ({MediaType.GetName()})")" Description="@Translations.Description.News" UrlShare="@($"/{Culture}/news/{category}")" />
8+
<HeadComponent Title="@($"{Translations.Title.News} ({MediaType.GetName()})")"
9+
Description="@Translations.Description.News.Format(MediaType.GetName())" Url="@($"/{Culture}/news/{category}")" Index="true" Shared="true" />
10+
<PageSectionComponent IsPageHeader="true" Title="@($"{Translations.Title.News} ({MediaType.GetName()})")"
11+
Description="@Translations.Description.News.Format(MediaType.GetName())" UrlShare="@($"/{Culture}/news/{category}")" />
1012

1113
<RenderControl Actions="Actions">
1214
<div class="grid-relative-container-news">

0 commit comments

Comments
 (0)