forked from anomalyco/guide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
28 lines (21 loc) · 711 Bytes
/
Copy pathheader.html
File metadata and controls
28 lines (21 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<header class="site-header" role="banner">
<div class="wrapper wrapper-header">
<div class="content">
<div class="col1">
<a class="site-title" href="{{ "/" | relative_url}}">
<img src="/assets/logo.png" height="32" />
<span>{{ site.title | escape }}</span>
</a>
{% include social-buttons.html %}
</div>
<div class="col2">
{% include search-field.html %}
</div>
</div>
<!--
<a class="site-announcement" target="_blank" href="{{ site.github_repo }}{{ site.github_issues_prefix }}193">
<i class="fa fa-exclamation-triangle" aria-hidden="true"></i> We recently updated our guide. Read about it here.
</a>
-->
</div>
</header>