mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-21 10:03:31 +00:00
13 lines
723 B
HTML
13 lines
723 B
HTML
<div class="book-header">
|
|
<!-- Actions Left -->
|
|
<a href="https://github.com/{{ githubId }}" target="_blank" class="btn pull-left"><i class="fa fa-github-alt"></i></a>
|
|
<a href="#" class="btn pull-left toggle-summary"><i class="fa fa-align-justify"></i> Summary</a>
|
|
|
|
<!-- Actions Right -->
|
|
<a href="https://github.com/{{ githubId }}/stargazers" target="_blank" class="btn pull-right count-star"><i class="fa fa-star-o"></i> Star (<span>-</span>)</a>
|
|
<a href="https://github.com/{{ githubId }}/watchers" target="_blank" class="btn pull-right count-watch"><i class="fa fa-eye"></i> Watch (<span>-</span>)</a>
|
|
|
|
|
|
<!-- Title -->
|
|
<h1><a href="{{ basePath }}/README.html" >{{ title }}</a></h1>
|
|
</div> |