File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
< link rel ="icon " type ="image/png " href ="{{ MEDIA_URL }}images/favicon.png ">
12
12
13
13
<!-- title -->
14
- < title > {% block title %}{% endblock %}{% block head_title %}{% endblock %} | {% block branding %}{% trans " Read the Docs" %} {% endblock %}</ title >
14
+ < title > {% block title %}{% endblock %}{% block head_title %}{% endblock %} | {% block branding %}Read the Docs {% endblock %}</ title >
15
15
16
16
<!-- css -->
17
17
< link rel ="stylesheet " href ="{{ MEDIA_URL }}css/core.css ">
Original file line number Diff line number Diff line change 4
4
< head >
5
5
< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
7
- < title > {% trans " Read the Docs" %} </ title >
7
+ < title > Read the Docs</ title >
8
8
9
9
< style type ="text/css ">
10
10
/* Styles */
Original file line number Diff line number Diff line change 9
9
< div class ="rtfd-header-title ">
10
10
< h1 >
11
11
{% comment %}Translators: Name of the website{% endcomment %}
12
- < a href ="{% url "homepage " %}"> {% trans " Read the Docs" %} </ a >
12
+ < a href ="{% url "homepage " %}"> Read the Docs</ a >
13
13
</ h1 >
14
14
</ div >
15
15
<!-- END header title -->
42
42
</ div >
43
43
{% endif %}
44
44
<!-- END header nav -->
45
-
45
+
46
46
47
47
</ div >
48
48
</ div >
Original file line number Diff line number Diff line change 6
6
7
7
<!-- BEGIN header title-->
8
8
< div class ="home-header-title ">
9
- < h1 > {% trans " Read the Docs" %} </ h1 >
9
+ < h1 > Read the Docs</ h1 >
10
10
< p class ="tagline "> {% trans "Create, host, and browse documentation." %}</ p >
11
11
</ div >
12
12
<!-- END header title -->
Original file line number Diff line number Diff line change 9
9
< h1 >
10
10
{% comment %}Translators: Name of the website{% endcomment %}
11
11
< a href ="//{{ PRODUCTION_DOMAIN }} ">
12
- {% trans " Read the Docs" %}
12
+ Read the Docs
13
13
</ a >
14
14
</ h1 >
15
15
</ div >
You can’t perform that action at this time.
0 commit comments