From 0f1f1b641be8878954a29bd27b544193da0faf81 Mon Sep 17 00:00:00 2001 From: Luke Sneeringer Date: Mon, 24 May 2021 14:08:43 -0700 Subject: [PATCH] fix: Title typo on the front page. --- 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 %}