diff options
Diffstat (limited to 'tag.sort.html')
-rw-r--r-- | tag.sort.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tag.sort.html b/tag.sort.html new file mode 100644 index 0000000..d24c9f6 --- /dev/null +++ b/tag.sort.html @@ -0,0 +1,8 @@ +<div class="pure-g"> + <div class="pure-u-1 pure-alert pure-alert-success tag-sort"> + {'Sort by:'|t} + <a href="?do=tagcloud">{'Cloud'|t}</a> · + <a href="?do=taglist&sort=usage">{'Most used'|t}</a> · + <a href="?do=taglist&sort=alpha">{'Alphabetical'|t}</a> + </div> +</div>
\ No newline at end of file |