Skip to content

Commit

Permalink
Add missing 3 to page title
Browse files Browse the repository at this point in the history
This was already present in the twitter meta tags
  • Loading branch information
eric-wieser authored Oct 11, 2023
1 parent c607b24 commit 0ab85f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="stylesheet" href="{{ site_root }}pygments.css">
<link rel="stylesheet" href="{{ site_root }}pygments-dark.css">
<link rel="shortcut icon" href="{{ site_root }}favicon.ico">
<title>{% block title %}{% endblock %} - mathlib docs</title>
<title>{% block title %}{% endblock %} - mathlib3 docs</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="{% block metadesc %}The Lean 3 mathematical library, mathlib, is a community-driven effort to build a unified library of mathematics formalized in the Lean proof assistant.{% endblock %}" />
Expand Down

0 comments on commit 0ab85f2

Please sign in to comment.