comparison index.html @ 6:c5038409bf52

fix plot image path
author Alex Krolick <whokilledtheelectricmonk@gmail.com>
date Sun, 08 Nov 2015 03:10:15 -0800
parents e210b708b330
children 09b8b8fc3eba
comparison
equal deleted inserted replaced
5:e210b708b330 6:c5038409bf52
65 y = sin(x) % y is also a vector 65 y = sin(x) % y is also a vector
66 plot(x,y) 66 plot(x,y)
67 {% endhighlight %} 67 {% endhighlight %}
68 <div class="text-left"> 68 <div class="text-left">
69 <a href="#" data-reveal-id="plotModal"> 69 <a href="#" data-reveal-id="plotModal">
70 <img src="{{ "img/plot.png" | prepend: site.baseurl }}" style="height: 12rem; width: auto;"/> 70 <img src="{{ "/img/plot.png" | prepend: site.baseurl }}" style="height: 12rem; width: auto;"/>
71 <span class="label">Expand</span> 71 <span class="label">Expand</span>
72 </a> 72 </a>
73 </div> 73 </div>
74 </div> 74 </div>
75 </div> 75 </div>