-
Notifications
You must be signed in to change notification settings - Fork 317
Expand file tree
/
Copy pathheader.html
More file actions
executable file
·16 lines (16 loc) · 554 Bytes
/
header.html
File metadata and controls
executable file
·16 lines (16 loc) · 554 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<div class="site-header">
<nav class="site-nav">
<a class="page-link" href="https://github.com/github-tools/github-release-notes">Github repo</a>
{% for page in site.pages %}
{% if page.title %}
<a class="page-link" href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a>
{% endif %}
{% endfor %}
</nav>
<h1>
<span>
<div>🤖</div>
<a class="site-title" href="{{ site.baseurl }}/">{{ site.title }}</a>
</span>
</h1>
</div>