Correction of "links widget" title localization
parent
86800f815e
commit
514da72aa4
|
@ -1,6 +1,6 @@
|
|||
<% if (site.posts.length){ %>
|
||||
<div class="widget-wrap widget-list">
|
||||
<h3 class="widget-title"><%= __('sidebar.links') %></h3>
|
||||
<h3 class="widget-title"><%= __('widget.links') %></h3>
|
||||
<div class="widget">
|
||||
<ul>
|
||||
<% for (var i in theme.links){ %>
|
||||
|
|
Loading…
Reference in New Issue