feat(top-tags): surface top tags and genres across relevant views
This commit is contained in:
parent
e133fd959d
commit
4f15e88074
10 changed files with 94 additions and 9 deletions
1
src/includes/blocks/top-tags.liquid
Normal file
1
src/includes/blocks/top-tags.liquid
Normal file
|
@ -0,0 +1 @@
|
|||
<p><mark>{{ label }}</mark>{%- for tag in tags %} <a href="/tags/{{ tag.tag }}">#{{ tag.tag }}</a>{%- endfor -%}</p>
|
Loading…
Add table
Add a link
Reference in a new issue