Fix node not found rendering.

This commit is contained in:
Flancian 2020-12-28 12:41:57 +01:00
parent b6beaacdb3
commit a95b5d8d0b
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ Try listing all <a href="/nodes">nodes</a> or perhaps <a href="/search">search</
</div>
{% endif %}
{% if node %}
{% if node.subnodes %}
<div class="node">
<span class="node-header"><strong>Node</strong> <a href="/node/{{node.uri}}">[[{{node.uri}}]]</a></span>