Skip to content

Commit

Permalink
Updates page title styling
Browse files Browse the repository at this point in the history
  • Loading branch information
emileighoutlaw authored Jul 15, 2016
1 parent 9d75730 commit c218a4a
Showing 1 changed file with 1 addition and 1 deletion.
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 c218a4a

Please sign in to comment.