Skip to content

Commit a790973

Browse files
committed
Test header
1 parent d72c022 commit a790973

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

_includes/header.html

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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>
1+
<div class="wrap">
2+
<a href="http://www.consumerfinance.gov/" target="_blank">
3+
<img
4+
class="logo"
5+
src="{{ site.github.url }}/img/logo_210.png"
6+
alt="Consumer Financial Protection Bureau" />
7+
</a>
8+
<h1>
9+
<a class="home" href="{{ site.baseurl }}">
10+
<span>CFPB</span>
11+
Open Tech
12+
</a>
13+
</h1>
14+
</div>

0 commit comments

Comments
 (0)