Update archives.html.twig

Replace hard coded separator with config value
This commit is contained in:
David Raine 2017-04-05 10:34:09 +01:00
parent 753bd289a7
commit 5a56c54ad7
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<ul class="archives">
{% for month,items in archives_data %}
<li>
<a href="{{ base_url }}/archives_month:{{ month|date('M_Y')|lower|e('url') }}">
<a href="{{ base_url }}/archives_month{{ config.system.param_sep }}{{ month|date('M_Y')|lower|e('url') }}">
<span class="archive_date">{{ month }}</span>
{% if archives_show_count %}
<span>({{ items|length }})</span>