Skip to content

Commit 5d84145

Browse files
committed
Make title and description more concise
1 parent c88c752 commit 5d84145

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<html lang="en" data-theme="light">
33
<head>
44
<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!" %}
5+
{% set title = "Python Type Challenges - Learn & Master Type Hints" %}
6+
{% set description = "Learn Python typing (type hints) with interactive online exercises!" %}
77
{% block head %}{% endblock %}
88
<meta name="viewport" content="width=device-width, initial-scale=1.0">
99
<!-- Open Graph -->

0 commit comments

Comments
 (0)