Skip to content

Commit

Permalink
improve clarity and consistency of head titles
Browse files Browse the repository at this point in the history
  • Loading branch information
TimidRobot committed Jul 9, 2024
1 parent af6b437 commit c94d789
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<head about="{% block head_about %}{% endblock %}">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}{% endblock %} | Creative Commons</title>
<title>{% block title %}{% endblock %} - Creative Commons</title>
<link href="{{ canonical_url_html }}" rel="canonical">
{% for option in languages_and_links %}
{% if option.cc_language_code == language_default %}
Expand Down
2 changes: 1 addition & 1 deletion templates/deed.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% block body_class%}walkthrough-page{% endblock %}

{% block title %}
{{ tool.identifier }} {% trans "Deed" %} | {{ tool_title }}
{% trans "Deed" %} - {{ tool_title }}
{% endblock %}


Expand Down
2 changes: 1 addition & 1 deletion templates/legalcode.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


{% block title %}
{{ tool.identifier }} {% trans "Legal Code" %} | {{ tool_title }}
{% trans "Legal Code" %} - {{ tool_title }}
{% endblock %}


Expand Down

0 comments on commit c94d789

Please sign in to comment.