Skip to content

Commit

Permalink
🔨 Fix the closing of h5 tag
Browse files Browse the repository at this point in the history
In the RECENT POSTS sidebar, since the closing
tag was mistakely given as "h3", therefore, all
the unorder listed has been formatted as h5.
  • Loading branch information
WeiChienHsu committed Feb 8, 2019
1 parent fb39120 commit 1c0c05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/huweihuang/layout/_widget/recent-posts.ejs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<% if (site.posts.length){ %>
<h5><%= __('RECENT POSTS') %></h3>
<h5><%= __('RECENT POSTS') %></h5>
<div class="widget">
<ul>
<% site.posts.sort('date', -1).limit(5).each(function(post){ %>
Expand Down

0 comments on commit 1c0c05b

Please sign in to comment.