Skip to content
Snippets Groups Projects
Commit 67860d3c authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

vagrant test

parent dcf9b39b
No related branches found
No related tags found
No related merge requests found
...@@ -23,11 +23,10 @@ ...@@ -23,11 +23,10 @@
</a> </a>
<div class="scrollable"> <div class="scrollable">
<div class="wrapper"> <div class="wrapper">
{% if repo_name == "GitHub" and repo_url %}
<ul class="repo"> <ul class="repo">
<li class="repo-download"> <li class="repo-download">
{% set version = config.extra.version | default("master") %} {% set version = config.extra.version | default("master") %}
<a href="{{ repo_url }}/archive/{{ version }}.zip" target="_blank" title="Download" data-action="download"> <a href="pbspro-documentation/pbspro-programmers-guide.pdf" target="_blank" title="Download pdf" data-action="download">
<i class="icon icon-download"></i> Download <i class="icon icon-download"></i> Download
</a> </a>
</li> </li>
...@@ -39,7 +38,6 @@ ...@@ -39,7 +38,6 @@
</li> </li>
</ul> </ul>
<hr> <hr>
{% endif %}
<div class="toc"> <div class="toc">
<ul> <ul>
{% for nav_item in nav %} {% for nav_item in nav %}
...@@ -71,4 +69,4 @@ ...@@ -71,4 +69,4 @@
</div> </div>
</div> </div>
</div> </div>
</nav> </nav>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment