Improve node titles.

This commit is contained in:
Flancian 2021-01-01 02:48:42 +01:00
parent e4e775f232
commit 348b6a2f04

View file

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