Skip to content

Commit

Permalink
Hacky fix for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Green committed Jul 6, 2015
1 parent b2863fe commit c13085f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs_src/templates/pages/docs/started-welcome.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Owl Carousel has been tested in following browsers/devices:

Download a version that suits your needs:

* [Owl Carousel - {{ pkg.version }}](/download/owl.carousel.{{ pkg.version }}.zip) - Distributed version - compiled and minified. Javascript, images and CSS included.
* [Owl Carousel - {{ pkg.version }}](/OwlCarousel2/download/owl.carousel.{{ pkg.version }}.zip) - Distributed version - compiled and minified. Javascript, images and CSS included.
* [Owl Carousel Source - {{ pkg.version }}]({{ app.download }}) - Source files including this documentation. All wrapped in Grunt project.

### Files included
Expand Down
10 changes: 5 additions & 5 deletions docs_src/templates/partials/header.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@
<div class="row">
<div class="large-12 columns">
<div class="brand left">
<h3><a href="/">owl.carousel.js</a></h3>
<h3><a href="/OwlCarousel2/">owl.carousel.js</a></h3>
</div>
<a id="toggle-nav" class="right">
<span></span><span></span><span></span>
</a>
<div class="nav-bar">
<ul class="clearfix">
<li{{#is nav "home"}} class="active"{{/is}}>
<a href="/index.html">Home</a>
<a href="/OwlCarousel2/index.html">Home</a>
</li>
<li{{#is nav "demos"}} class="active"{{/is}}>
<a href="/demos/demos.html">Demos</a>
<a href="/OwlCarousel2/demos/demos.html">Demos</a>
</li>
<li{{#is nav "docs"}} class="active"{{/is}}>
<a href="/docs/started-welcome.html">Docs</a>
<a href="/OwlCarousel2/docs/started-welcome.html">Docs</a>
</li>
<li>
<a href="/download/owl.carousel.{{ pkg.version }}.zip">Download</a>
<a href="/OwlCarousel2/download/owl.carousel.{{ pkg.version }}.zip">Download</a>
<span class="download"></span>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion docs_src/templates/partials/home-hero.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="large-8 medium-8 columns">
<h1>{{ lead }}</h1>
<h4>{{ tagline }}</h4>
<a href="/download/owl.carousel.{{ pkg.version }}.zip" class="hero-button">Download</a>
<a href="/OwlCarousel2/download/owl.carousel.{{ pkg.version }}.zip" class="hero-button">Download</a>
<a href="{{ pkg.homepage }}" class="hero-button outline">Github</a>
<p>{{ pkg.version }}</p>
</div>
Expand Down

0 comments on commit c13085f

Please sign in to comment.