Improve node titles.

This commit is contained in:
Flancian 2021-01-01 02:48:42 +01:00
parent e4e775f232
commit 348b6a2f04
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
<head>
<meta charset="utf-8" />
{% if node is defined %}
<title>[[{{node.uri}}]]</title>
<title>α: {{node.uri}}</title>
{% else %}
<title>Agora</title>
{% endif %}