fix(search.html): corrects tag sizing for music search results
This commit is contained in:
parent
82ef352f68
commit
ff51a5d389
3 changed files with 17 additions and 17 deletions
|
@ -133,7 +133,7 @@ description: Search through posts and other content on my site.
|
|||
</div>`
|
||||
: ''}
|
||||
${type === "music" && genre_name && genre_url
|
||||
? `<div class="tags ${type}">
|
||||
? `<div class="tags tags-small ${type}">
|
||||
<a href="${genre_url}">${genre_name}</a>
|
||||
</div>`
|
||||
: ''}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue