Re-add 'delta' (latest).
This commit is contained in:
parent
3ee1d8f78f
commit
0ddad8a6e8
2 changed files with 1 additions and 7 deletions
|
@ -135,13 +135,6 @@ def subnode(node, user):
|
||||||
return render_template(
|
return render_template(
|
||||||
'subnode_rendered.html',
|
'subnode_rendered.html',
|
||||||
node=n,
|
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')
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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="/"><img src="/static/img/agora.png" class="logo" style="vertical-align: top" width="19" height="19"></a>
|
||||||
| <a href="/nodes">nodes</a>
|
| <a href="/nodes">nodes</a>
|
||||||
| <a href="/users">@</a>
|
| <a href="/users">@</a>
|
||||||
|
| <a href="/latest">Δ</a>
|
||||||
| <form action="/jump" method="get" style="display: inline;">jump: <input type="text" name="q"></form>
|
| <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>
|
| <a href="#" style="text-decoration: none;" class="theme-toggle">🌙</a>
|
||||||
<!-- doesn't fit on mobile right now.
|
<!-- doesn't fit on mobile right now.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue