You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

4 lines
410 B

{% assign theCol = site.collections | where: "label", page.collection | first %}
{% assign filename = page.slug | append: '.md' %}
<a "target="_blank" href="https://github.com/{{theCol.basepath}}/{{filename}}{% unless page.url contains "index.html" %}{% endunless %}" class="btn btn-default githubEditButton" role="button">
<span data-uk-icon="icon: pencil; ratio: 1.2"></span> Edit this page on Github</a>