mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-23 13:56:43 +08:00
refactor(html): remove tag-subcat class and inline button attributes
This commit is contained in:
@@ -157,11 +157,7 @@
|
||||
</td>
|
||||
<td class="col-cat">
|
||||
{% for subcat in entry.subcategories %}
|
||||
<button
|
||||
class="tag tag-subcat"
|
||||
data-type="cat"
|
||||
data-value="{{ subcat.value }}"
|
||||
>
|
||||
<button class="tag" data-type="cat" data-value="{{ subcat.value }}">
|
||||
{{ subcat.name }}
|
||||
</button>
|
||||
{% endfor %} {% for cat in entry.categories %}
|
||||
|
||||
Reference in New Issue
Block a user