We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d72c022 commit a790973Copy full SHA for a790973
_includes/header.html
@@ -1,7 +1,14 @@
1
- <div class="wrap">
2
- <a href="http://www.consumerfinance.gov/" target="_blank">
3
- <img class="logo" src="{{ site.github.url }}/img/logo_210.png"
4
- alt="Consumer Financial Protection Bureau">
5
- </a>
6
- <h1><a class="home" href="/"><span>CFPB</span> Open Tech</a></h1>
7
- </div>
+<div class="wrap">
+ <a href="http://www.consumerfinance.gov/" target="_blank">
+ <img
+ class="logo"
+ src="{{ site.github.url }}/img/logo_210.png"
+ alt="Consumer Financial Protection Bureau" />
+ </a>
8
+ <h1>
9
+ <a class="home" href="{{ site.baseurl }}">
10
+ <span>CFPB</span>
11
+ Open Tech
12
13
+ </h1>
14
+</div>
0 commit comments