diff options
Diffstat (limited to 'pelican-bootstrap3/templates/includes/links.html')
-rw-r--r-- | pelican-bootstrap3/templates/includes/links.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pelican-bootstrap3/templates/includes/links.html b/pelican-bootstrap3/templates/includes/links.html index 3286b5a..34898c4 100644 --- a/pelican-bootstrap3/templates/includes/links.html +++ b/pelican-bootstrap3/templates/includes/links.html @@ -1,5 +1,5 @@ {% if LINKS %} - <li class="list-group-item"><h4><i class="fa fa-external-link-square fa-lg"></i><span class="icon-label">Links</span></h4> + <li class="list-group-item"><h4><i class="fa fa-external-link-square fa-lg"></i><span class="icon-label">{{ _('Links') }}</span></h4> <ul class="list-group" id="links"> {% for name, link in LINKS %} <li class="list-group-item"> @@ -10,4 +10,4 @@ {% endfor %} </ul> </li> -{% endif %}
\ No newline at end of file +{% endif %} |