Update github edit link

Move secure token to travis setup

Update deploy

show what's going on

try
This commit is contained in:
Paulus Schoutsen 2016-08-21 17:03:16 -07:00
parent 5e6b7fd977
commit 82fb2aa61d
3 changed files with 3 additions and 6 deletions

View file

@ -1,4 +1,4 @@
{% assign url_parts = page.url | split: '/' %}
{% if page.hide_github_edit != true %}
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.io/tree/master/source/{{ page.path }}'>Edit this page on GitHub</a></div>
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.github.io/tree/current/source/{{ page.path }}'>Edit this page on GitHub</a></div>
{% endif %}