9 строки
615 B
HTML
9 строки
615 B
HTML
<div class="px-2">
|
|
{% if page.layout == 'notebook' %}
|
|
<a href="https://github.com/{{site.github_username}}/{{site.github_repo | default: site.baseurl | remove: "/" }}/tree/{{page.branch | default: "master" }}/{{page.nb_path}}" role="button">
|
|
{% elsif page.layout == 'post' %}
|
|
<a href="https://github.com/{{site.github_username}}/{{site.github_repo | default: site.baseurl | remove: "/" }}/tree/{{page.branch | default: "master" }}/{{page.path}}" role="button">
|
|
{% endif -%}
|
|
<img class="notebook-badge-image" src="{{ "assets/badges/github.svg" | relative_url }}" alt="View On GitHub">
|
|
</a>
|
|
</div> |