Skip to content

Commit

Permalink
Put Mozilla foundation at the end of the <title> tag (#12523)
Browse files Browse the repository at this point in the history
* Change Mozilla Foundation at the end of page title

* Update maintenance templates to include Mozilla Foundation at the end of the <title> tag
  • Loading branch information
ramram-mf authored Jun 26, 2024
1 parent 1b80fdb commit cae9897
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion maintenance/maintenance.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
t.parentNode.insertBefore(j,t);o.s=Date.now();o.v=4;o.h=w.location.href;o.l=[];
for(i=0;i<7;i++)o[l[i]]=o(l[i]);w[n]=o}
})(window,document,'script','FundraiseUp','ADCYPWMX');</script>
<title>Mozilla Foundation - Under Maintenance</title>
<title>Under Maintenance - Mozilla Foundation</title>
</head>

<body id="view-404">
Expand Down
2 changes: 1 addition & 1 deletion network-api/networkapi/templates/pages/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<title>
{% block page_title %}
{% environment_prefix %}
{% trans "Mozilla Foundation" %} - {% if page.specifics.seo_title %}{{ page.specifics.seo_title }}{% else %}{{ page.title }}{% endif %}
{% if page.specifics.seo_title %}{{ page.specifics.seo_title }}{% else %}{{ page.title }}{% endif %} - {% trans "Mozilla Foundation" %}
{% endblock %}
</title>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
t.parentNode.insertBefore(j,t);o.s=Date.now();o.v=4;o.h=w.location.href;o.l=[];
for(i=0;i<7;i++)o[l[i]]=o(l[i]);w[n]=o}
})(window,document,'script','FundraiseUp','ADCYPWMX');</script>
<title>Mozilla Foundation - Under Maintenance</title>
<title>Under Maintenance - Mozilla Foundation</title>
</head>

<body id="view-404">
Expand Down

0 comments on commit cae9897

Please sign in to comment.