From 9fe7bdcf83cfdcea1c4d30cef6dacd988f77e2e0 Mon Sep 17 00:00:00 2001 From: Luke Sneeringer Date: Tue, 25 May 2021 08:39:10 -0700 Subject: [PATCH] fix: Title typo on the front page. (#37) --- aip_site/support/templates/index.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aip_site/support/templates/index.html.j2 b/aip_site/support/templates/index.html.j2 index 33994a3..54c7f85 100644 --- a/aip_site/support/templates/index.html.j2 +++ b/aip_site/support/templates/index.html.j2 @@ -1,6 +1,6 @@ {% extends 'layouts/base.html.j2' %} -{% block title %}AIP Improvement Proposals{% endblock %} +{% block title %}API Improvement Proposals{% endblock %} {% block css %}