Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
Merge pull request #2 from 18F/add_title
Browse files Browse the repository at this point in the history
Added title to layout
  • Loading branch information
adelevie committed Oct 7, 2015
2 parents 08e0c8a + ff27adf commit 0f226ee
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions views/layout.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
<link rel="stylesheet" href="/assets/us-web-design-standards/css/main.css">
<link rel="stylesheet" href="/assets/us-web-design-standards/css/google-fonts.css">
<link rel="stylesheet" href="/assets/css/main.css">
<title>MPT 3500</title>
</head>

<body>

<header class="usa-site-header" role="banner">

<div class="usa-disclaimer">
Expand All @@ -31,20 +32,20 @@
</div>
</div>
</nav>

</header>

<div class="usa-grid">
<div class="usa-width-one-whole">
<%= yield %>
</div>
</div>

<footer class="usa-footer usa-footer-slim usa-sans" role="contentinfo">
<div class="usa-grid usa-footer-return-to-top">
<a href="#">Return to top</a>
</div>

<div class="usa-footer-secondary_section">
<div class="usa-grid">
<div class="usa-footer-logo">
Expand All @@ -54,7 +55,7 @@
</div>
</div>
</footer>

<script src="/assets/us-web-design-standards/js/vendor/jquery-1.11.3.min.js"></script>
<!--[if lt IE 9]>
<script src="/designstandards/assets/js/vendor/selectivizr-min.js"></script>
Expand Down

0 comments on commit 0f226ee

Please sign in to comment.