Skip to content

Commit

Permalink
added SOCIAL_WIDGET_NAME support
Browse files Browse the repository at this point in the history
  • Loading branch information
dgaylo committed Jan 27, 2022
1 parent de3e288 commit fbe443b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pelican-bootstrap3/templates/includes/sidebar/social.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<!-- Sidebar/Social -->
<li class="list-group-item">
<h4>{{ title(_('Social'), DISABLE_SIDEBAR_TITLE_ICONS) }}</h4>
<h4>{{ title(_(SOCIAL_WIDGET_NAME|default('Social')), DISABLE_SIDEBAR_TITLE_ICONS) }}</h4>
<ul class="list-group" id="social">
{% for s in SOCIAL %}
{% if s[2] %}
Expand Down

0 comments on commit fbe443b

Please sign in to comment.