adding an about page as well

This commit is contained in:
Andrej Karpathy
2021-11-27 11:47:17 -08:00
parent 6c87055349
commit a169f0fa61
4 changed files with 38 additions and 1 deletions
+1
View File
@@ -25,6 +25,7 @@ var user = {{ user | tojson }};
{{ 'profile' if user else 'login' }}
</a>
<a href="/stats" id="stats-link">stats</a>
<a href="/about" id="stats-link">about</a>
</div>
{% block content %}