diff options
Diffstat (limited to 'pelican-bootstrap3/templates/includes/comments.html')
-rw-r--r-- | pelican-bootstrap3/templates/includes/comments.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pelican-bootstrap3/templates/includes/comments.html b/pelican-bootstrap3/templates/includes/comments.html index eade006..b37e2bf 100644 --- a/pelican-bootstrap3/templates/includes/comments.html +++ b/pelican-bootstrap3/templates/includes/comments.html @@ -1,7 +1,7 @@ {% if DISQUS_SITENAME %} <hr/> <section class="comments" id="comments"> - <h2>Comments</h2> + <h2>{{ _('Comments') }}</h2> <div id="disqus_thread"></div> <script type="text/javascript"> |