Skip to content

Commit f2572cb

Browse files
committed
Fix the double title in News page.
The page title is already inserted by `wrap.html`. It shouldn't be repeated in the `post` layout.
1 parent 6bb3fc9 commit f2572cb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

_layouts/post.html

+1-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@
77

88
<div class="container mtb">
99
<div class="row">
10-
<! -- SINGLE POST -->
1110
<div class="col-md-12">
12-
<! -- Blog Post -->
13-
<a href="{{ page.url | prepend: site.baseurl }}"><h3 class="ctitle">{{ page.title }}</h3></a>
14-
1511
<p>
1612
<span class="small">{{ page.date | date: "%b %-d, %Y" }}.</span>
1713
</p>
@@ -35,4 +31,4 @@
3531
</nav>
3632
</div>
3733
</div>
38-
</div>
34+
</div>

0 commit comments

Comments
 (0)