Files
pmd/docs/_includes/header.html
2022-03-15 01:28:15 +01:00

24 lines
834 B
HTML

<header>
<div class="row">
<div class="col-lg-12">
<a href="./" class="githubEditButton" role="button"
><i class="fa fa-home fa-lg"></i
></a>
&#187; {{page.title}} {% if site.github_editme_path %} {% assign
editmepath = page.path %} {% if page.editmepath %} {% assign
editmepath = page.editmepath %} {% endif %}{% unless page.editmepath
== false %}
<a
target="_blank"
href="https://github.com/{{site.github_editme_path}}{{editmepath}}"
class="pull-right githubEditButton"
role="button"
><i class="fa fa-github fa-lg"></i> Edit on GitHub</a
>
{% endunless %} {% endif %}
</div>
</div>
<hr />
</header>