Skip to content

Commit

Permalink
Simplify start page
Browse files Browse the repository at this point in the history
As seen in this PR: alphagov/govuk-frontend#807
  • Loading branch information
joelanman committed Jul 26, 2018
1 parent 7936071 commit 23b200f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/views/examples/start-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
{% endblock %}

{% block header %}
{{ govukHeader({
"homepageUrl": "/",
"containerClasses": "govuk-width-container"
}) }}
<!-- Blank header with no service name for the start page -->
{{ govukHeader() }}
{% endblock %}

{% block beforeContent %}
Expand Down

0 comments on commit 23b200f

Please sign in to comment.