Skip to content

Commit

Permalink
Merge pull request #399 from 18F/page-title
Browse files Browse the repository at this point in the history
Page title content update
  • Loading branch information
Noah Manger authored Jul 15, 2016
2 parents 8c23c36 + c218a4a commit 89e03ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fec/fec/templates/404.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "base.html" %}
{% block title %}404 Error | beta.FEC.gov{% endblock %}
{% block title %}404 error | FEC {% endblock %}

{% block content %}
<section class="content--blank">
Expand Down
2 changes: 1 addition & 1 deletion fec/fec/templates/500.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "base.html" %}

{% block title %}Server Error | beta.FEC.gov{% endblock %}
{% block title %}Server error | FEC {% endblock %}

{% block content %}
<section class="content--blank">
Expand Down
2 changes: 1 addition & 1 deletion fec/fec/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<head>
{% include './partials/meta-tags.html' %}

<title>{% block title %}{% if self.seo_title %}{{ self.seo_title }}{% else %}{{ self.title }} | beta.FEC.gov {% endif %}{% endblock %}{% block title_suffix %}{% endblock %}</title>
<title>{% block title %}{% if self.seo_title %}{{ self.seo_title }}{% else %}{{ self.title }} | FEC {% endif %}{% endblock %}{% block title_suffix %}{% endblock %}</title>

{# Global stylesheets #}
{% if settings.FEC_WEB_STYLE_URL %}
Expand Down

0 comments on commit 89e03ea

Please sign in to comment.