Skip to content

Commit

Permalink
fix: Title typo on the front page. (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Sneeringer authored May 25, 2021
1 parent b2b7e4f commit 9fe7bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aip_site/support/templates/index.html.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'layouts/base.html.j2' %}

{% block title %}AIP Improvement Proposals{% endblock %}
{% block title %}API Improvement Proposals{% endblock %}

{% block css %}
<link rel="stylesheet" type="text/css" media="screen" href="{{ site.relative_uri }}/assets/css/hero.css?v={{ site.revision }}">
Expand Down

0 comments on commit 9fe7bdc

Please sign in to comment.