We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c88c752 commit 5d84145Copy full SHA for 5d84145
templates/base.html
@@ -2,8 +2,8 @@
2
<html lang="en" data-theme="light">
3
<head>
4
<meta charset="UTF-8">
5
- {% set title = "Python Type Challenges - Master Python Typing with Interactive Exercises" %}
6
- {% set description = "Join to learn and master Python typing (type hints) with interactive online exercises today!" %}
+ {% set title = "Python Type Challenges - Learn & Master Type Hints" %}
+ {% set description = "Learn Python typing (type hints) with interactive online exercises!" %}
7
{% block head %}{% endblock %}
8
<meta name="viewport" content="width=device-width, initial-scale=1.0">
9
<!-- Open Graph -->
0 commit comments