Add 'hidden' node attribute

This commit is contained in:
Juno Takano 2025-12-20 21:27:33 -03:00
commit ad3f9687c6
3 changed files with 5 additions and 2 deletions

View file

@ -48,7 +48,7 @@
{% if nodes %}
<h2>All nodes</h2>
<ul>
{% for node in nodes %}
{% for node in nodes | filter(attribute="hidden", value=false)%}
<li>
<a href="/node/{{node.id}}">{{node.title}}</a>
{% if node.connections or config.tree_node_text %}