_includes/clone.html in jekyll-theme-csu-cs-0.1.4 vs _includes/clone.html in jekyll-theme-csu-cs-0.1.5

- old
+ new

@@ -1,11 +1,11 @@ -<div class="gitClone"> -{% highlight console %} -> git clone {{include.url}} -{%endhighlight%} -{%if include.text%} -<p>Direct: - <a href="{{include.url}}" alt="Direct link to repository: {{include.text}}" - target="{{include.target | _blank}}" >{{include.text}}</a> -</p> -{%endif%} +<div class="gitClone"> +{% highlight console %} +> git clone {{include.url}} +{%endhighlight%} +{%if include.text%} +<p>Direct: + <a href="{{include.url}}" alt="Direct link to repository: {{include.text}}" + target="{{include.target | _blank}}" >{{include.text}}</a> +</p> +{%endif%} </div> \ No newline at end of file