Skip to content

Commit 79e5259

Browse files
remove quotes around var
1 parent b0ac620 commit 79e5259

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h5>(The rest is a bit more difficult though)</h5>
5454
$ cd your-module
5555
$ rspec-puppet-init
5656
</code></pre></div>
57-
<p>Then continue on to the <a href="{{ site.url }}">tutorial!</a></p>
57+
<p>Then continue on to the <a href={{site.url}}>tutorial!</a></p>
5858
<div class="cta-container">
5959
<a class="btn btn-primary btn-cta" href="https://github.com/rodjek/rspec-puppet/" target="_blank"><i class="fa fa-github"></i> View on GitHub</a>
6060
</div><!--//cta-container-->
@@ -67,7 +67,7 @@ <h5>(The rest is a bit more difficult though)</h5>
6767
</div><!--//icon-holder-->
6868
<h3 class="title">Tutorial</h3>
6969
<p class="intro">A step-by-step introduction to behaviour-driven Puppet development</p>
70-
<a class="link" href="{{ site.url }}"><span></span></a>
70+
<a class="link" href={{site.url}}><span></span></a>
7171
</div><!--//item-inner-->
7272
</div><!--//item-->
7373
<div class="item item-pink item-2 col-md-4 col-sm-6 col-xs-6">

0 commit comments

Comments
 (0)