home link propagated

This commit is contained in:
Anna Bulenkova 2015-06-10 12:45:35 +02:00
parent ba472271f0
commit 34b7a7f4ee
2 changed files with 10 additions and 1 deletions

6
_includes/home-link.html Normal file
View File

@ -0,0 +1,6 @@
<a href="{{ site.path }}"
target="_self"
data-bypass="true"
title="Home">
<span class="text">Home</span>
</a>

View File

@ -7,4 +7,7 @@ layout: webhelp
{{ content }}
<br>
{% include edit-on-github-link.html %}
{% include edit-on-github-link.html %}
<br>
<br>
{% include home-link.html %}