Something is odd about this code
{{ tags sort_by="tags" }}
{{ if tags_url_list }}
<h5 class="tag"><a href="/journal/tags/{{ name|slugify }}">#{{ name }}</a></h5>
{{ endif }}
{{ /tags }}
What is the right code to display tags and sort them?