Skip to content

Commit c6e848a

Browse files
committed
changed h2 tag to h1 in blog post
1 parent c2cf5cd commit c6e848a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/blogetc/partials/full_post_details.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Post</a>
44
@endif
55

6-
<h2 class='blog_title'>{{$post->title}}</h2>
6+
<h1 class='blog_title'>{{$post->title}}</h1>
77
<h5 class='blog_subtitle'>{{$post->subtitle}}</h5>
88

99

0 commit comments

Comments
 (0)