Skip to content

Commit 6e46a05

Browse files
authored
Merge pull request #628 from cloudscribe/feature/762
#762 changing appropriate h2 tags to h1
2 parents 4c4771d + e8a11c9 commit 6e46a05

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/cloudscribe.SimpleContent.CompiledViews.Bootstrap5/Views/Blog/PostDetailPartial.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<header class="jumbotron">
3030
@if (Model.ProjectSettings.ShowTitle)
3131
{
32-
<h2 itemprop="headline name">@Model.CurrentPost.Title</h2>
32+
<h1 itemprop="headline name">@Model.CurrentPost.Title</h1>
3333
}
3434
else
3535
{

src/cloudscribe.SimpleContent.CompiledViews.Bootstrap5/cloudscribe.SimpleContent.CompiledViews.Bootstrap5.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>Bootstrap 5 pre-compiled views for cloudscribe.SimpleContent.Web</Description>
5-
<Version>8.1.1</Version>
5+
<Version>8.1.2</Version>
66
<TargetFramework>net8.0</TargetFramework>
77
<Authors>Joe Audette</Authors>
88
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@{
22
ViewData["Title"] = "About";
33
}
4-
<h2>@ViewData["Title"].</h2>
4+
<h1>@ViewData["Title"].</h1>
55
<h3>@ViewData["Message"]</h3>
66

77
<p>Use this area to provide additional information.</p>

src/sourceDev.WebApp/Views/Home/Contact.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@{
22
ViewData["Title"] = "Contact";
33
}
4-
<h2>@ViewData["Title"].</h2>
4+
<h1>@ViewData["Title"].</h1>
55
<h3>@ViewData["Message"]</h3>
66

77
<address>

0 commit comments

Comments
 (0)