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
+5
View File
@@ -312,6 +312,11 @@ def stats():
context['latest_paper'] = 'N/A'
return render_template('stats.html', **context)
@app.route('/about')
def about():
context = default_context()
return render_template('about.html', **context)
# -----------------------------------------------------------------------------
# tag related endpoints: add, delete tags for any paper