Make components visible for people without JavaScript
This commit is contained in:
parent
6bc3041fe2
commit
09bea10736
2 changed files with 11 additions and 1 deletions
|
@ -257,3 +257,13 @@ allComponents.pop(); // remove placeholder element at the end
|
|||
applyFilter();
|
||||
})();
|
||||
</script>
|
||||
|
||||
<noscript>
|
||||
<ul>
|
||||
{% for component in components %}
|
||||
{% if component.ha_category %}
|
||||
<li><a href='{{ component.url }}'>{{ component.title }}</a></li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</noscript>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue