mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-17 08:05:19 +00:00
13 lines
414 B
HTML
13 lines
414 B
HTML
<div class="book-header" role="navigation">
|
|
<!-- Actions Left -->
|
|
{% if glossary.length > 0 %}
|
|
<a href="{{ basePath }}/GLOSSARY.html" class="btn pull-left" aria-label="{{ __("GLOSSARY_OPEN") }}"><i class="fa fa-sort-alpha-asc"></i></a>
|
|
{% endif %}
|
|
|
|
<!-- Title -->
|
|
<h1>
|
|
<i class="fa fa-circle-o-notch fa-spin"></i>
|
|
<a href="{{ basePath }}/" >{{ title }}</a>
|
|
</h1>
|
|
</div>
|