forked from magento/devdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage-header.html
More file actions
21 lines (16 loc) · 748 Bytes
/
page-header.html
File metadata and controls
21 lines (16 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!-- page-header -->
<section class="page-intro">
<div class="container">
<h1 class="page-heading">{{ page.title }}</h1>
{% include tabs.md %}
<div class="topic-info">
{% if page.github_link %}
<div class="github-link"><a class="improve-page" href="{{ site.github }}v{{page.version}}/{{ page.github_link }}" target="_blank">Edit this page on GitHub</a></div>
{% endif %}
{% if page.contributor_link %}
<a class="contributor" href="{{ page.contributor_link }}" target="_blank">Thanks to {{ page.contributor_name }} for contributing this topic</a>
{% endif %}
</div>
<div class="float-break"></div>
</div>
</section>