Re-add 'delta' (latest).

This commit is contained in:
Flancian 2021-01-09 19:24:51 +01:00
parent 3ee1d8f78f
commit 0ddad8a6e8
2 changed files with 1 additions and 7 deletions

View File

@ -135,13 +135,6 @@ def subnode(node, user):
return render_template(
'subnode_rendered.html',
node=n,
#backlinks=n.back_links(),
#pull_nodes=n.pull_nodes() if n else [],
#forwardlinks=n.forward_links() if n else [],
#search=search_subnodes,
#pulling_nodes=n.pulling_nodes(),
#pushing_nodes=n.pushing_nodes(),
#query=n.wikilink.replace('-', '%20')
)

View File

@ -44,6 +44,7 @@
<a href="/"><img src="/static/img/agora.png" class="logo" style="vertical-align: top" width="19" height="19"></a>
| <a href="/nodes">nodes</a>
| <a href="/users">@</a>
| <a href="/latest">Δ</a>
| <form action="/jump" method="get" style="display: inline;">jump: <input type="text" name="q"></form>
| <a href="#" style="text-decoration: none;" class="theme-toggle">🌙</a>
<!-- doesn't fit on mobile right now.