pmd/docs/_includes/header.html

24 lines
790 B
HTML
Raw Normal View History

2022-03-15 01:28:15 +01:00
<header>
<div class="row">
<div class="col-lg-12">
<a href="./" role="button"
2022-03-15 01:28:15 +01:00
><i class="fa fa-home fa-lg"></i
></a>
» {{page.title}} {% if site.github_editme_path %} {% assign
2022-03-15 01:28:15 +01:00
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}}"
2022-03-24 15:15:55 +01:00
class="float-right"
2022-03-15 01:28:15 +01:00
role="button"
2023-03-16 11:24:09 +01:00
><i class="fab fa-github fa-lg"></i> Edit on GitHub</a
2022-03-15 01:28:15 +01:00
>
{% endunless %} {% endif %}
</div>
</div>
<hr />
</header>