[WIP] Add caching functionality.
This commit is contained in:
parent
0b85570631
commit
92b4f5d6d2
7 changed files with 562 additions and 603 deletions
|
@ -48,7 +48,7 @@
|
|||
{% endif %}
|
||||
<span id="titles">
|
||||
<h1>{{node_title}}</h1>
|
||||
<a href="/{{jid_bare}}/{{node_name}}">
|
||||
<a href="/j/{{jid_bare}}/{{node_name}}">
|
||||
<h2>{{jid_title}}</h2>
|
||||
</a>
|
||||
{% if node_note %}
|
||||
|
@ -141,7 +141,7 @@
|
|||
</div>
|
||||
</div>
|
||||
{% if message %}
|
||||
<div id="message">{{message}}</div>
|
||||
<div id="xmpp-message">{{message}}</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue