Files
.github
.themes
_deploy
plugins
sass
source
_components
_cookbook
_details
_ecosystem
_includes
asides
blog
custom
javascripts
post
site
after_footer.html
archive_post.html
article.html
aside.html
disqus.html
edit_github.html
facebook_like.html
footer.html
google_analytics.html
google_plus_one.html
header.html
navigation.html
twitter_sharing.html
unused_head.html
_layouts
_posts
_topics
assets
blog
components
cookbook
demo
details
developers
ecosystem
font
getting-started
help
images
javascripts
static
topics
CNAME
atom.xml
favicon.png
googlef4f3693c209fe788.html
index.html
robots.txt
service_worker.js
version.json
.editorconfig
.gitattributes
.gitignore
.gitmodules
.powrc
.ruby-version
.slugignore
.travis.yml
Gemfile
Gemfile.lock
README.markdown
Rakefile
_config.yml
config.rb
config.ru
home-assistant.io/source/_includes/edit_github.html
Paulus Schoutsen 82fb2aa61d Update github edit link
Move secure token to travis setup

Update deploy

show what's going on

try
2016-08-21 18:09:35 -07:00

5 lines
263 B
HTML

{% 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.github.io/tree/current/source/{{ page.path }}'>Edit this page on GitHub</a></div>
{% endif %}