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