Newer
Older
{% set home = repo_url | default("/", true) %}
<a href="{{ home }}" class="project">
<div class="banner">
{% if config.extra.logo %}
<div class="logo">
<img src="{{ base_url }}/{{ config.extra.logo }}">
</div>
{% endif %}
</div>
</a>
<ul class="repo">
<li class="repo-download">
{% set version = config.extra.version | default("master") %}
<a href="all.pdf" target="_blank" title="DOWNLOAD PDF VERSION" data-action="download">
<i class="icon icon-download"></i> DOWNLOAD PDF VERSION
</a>
</li>
</ul>
<div class="toc">
<ul>
{% for nav_item in nav %}
{% include "nav.html" %}
{% endfor %}
</ul>
</div>
</div>
</div>