{% endif %}
{% if not article_list %}
<div class="m-note m-success">
- <h3>Congratulations!</h3>
- The m.css theme is alive and kicking! Now, feed it some articles so it doesn't feel so empty :)
+ <h3>{{ "Congratulations!"|hyphenate(lang='en') }}</h3>
+ {{ "The m.css theme is alive and kicking! Now, feed it some articles so it doesn't feel so empty :)"|hyphenate(lang='en') }}
</div>
{% endif %}
{% for article in article_list %}
<nav class="m-navpanel m-container">
<div class="m-row">
<div class="m-col-s-4 m-col-l-2 {% if M_SHOW_AUTHOR_LIST %}m-push-l-1{% elif tags %}m-push-s-2 m-push-l-3{% else %}m-push-s-4 m-push-l-5{% endif %}">
- <h3>Cate­gories</h3>
+ <h3>{{ "Categories"|hyphenate(lang='en') }}</h3>
<ol class="m-block-bar-s">
{% for cat, null in categories %}
<li><a href="{{ cat.url|format_siteurl }}">{{ cat }}</a></li>
</div>
{% if M_SHOW_AUTHOR_LIST %}
<div class="m-col-s-4 m-col-l-2 {% if tags %}m-push-l-3{% else %}m-push-s-4 m-push-l-7{% endif %}">
- <h3>Authors</h3>
+ <h3>{{ "Authors"|hyphenate(lang='en') }}</h3>
<ol class="m-block-bar-s">
{% for author, null in authors %}
<li><a href="{{ author.url|format_siteurl }}">{{ author }}</a></li>
{% endif %}
{% if tags %}
<div class="m-col-s-4 m-col-l-2 {% if M_SHOW_AUTHOR_LIST %}m-push-l-5{% else %}m-push-s-2 m-push-l-5{% endif %}">
- <h3>Tag cloud</h3>
+ <h3>{{ "Tag cloud"|hyphenate(lang='en') }}</h3>
<ul class="m-tagcloud">
{% set max_articles_per_tag = tags|map(attribute='1')|map('length')|sort|last %}
{% for tag, articles in tags|sort(attribute='0') %}
</nav>
{% else %}
<nav class="m-navpanel m-col-m-2">
- <h3>Cate­gories</h3>
+ <h3>{{ "Categories"|hyphenate(lang='en') }}</h3>
<ol class="m-block-bar-m">
{% if not categories %}
<li><em class="m-text m-dim">(none yet)</em></li>
{% endfor %}
</ol>
{% if M_SHOW_AUTHOR_LIST and authors %}
- <h3>Authors</h3>
+ <h3>{{ "Authors"|hyphenate(lang='en') }}</h3>
<ol class="m-block-bar-m">
{% for author, null in authors %}
<li><a href="{{ author.url|format_siteurl }}">{{ author }}</a></li>
</ol>
{% endif %}
{% if tags %}
- <h3>Tag cloud</h3>
+ <h3>{{ "Tag cloud"|hyphenate(lang='en') }}</h3>
<ul class="m-tagcloud">
{% set max_articles_per_tag = tags|map(attribute='1')|map('length')|sort|last %}
{% for tag, articles in tags|sort(attribute='0') %}