diff --git a/www/conservancy/templates/blog/query.html b/www/conservancy/templates/blog/query.html index 661700b4..91f0646f 100644 --- a/www/conservancy/templates/blog/query.html +++ b/www/conservancy/templates/blog/query.html @@ -44,7 +44,7 @@ div.query_indent table tr td { padding-right: 3em; padding-bottom: .3em; }
{% for author in authors %} - {% cycle | , | , |
%} + {% cycle ' | ' ' | ' ' |
' %} {% endfor %} |
{% for tag in tags %} - {% cycle | , | , |
%} + {% cycle ' | ' ' | ' ' |
' %} {% endfor %} |