summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
index dfd1805..9e09a43 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -3,6 +3,10 @@
{% block title %}Welcome{% endblock %}
{% block content %}
+ <nav>
+ <a href="/" class="selected">Home</a>
+ </nav>
+
{% for identity in identities %}
<a href="{{ identity.urls.view }}">{{ identity }}</a>
{% endfor %}