changeset 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
files index.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Sun Nov 08 03:07:13 2015 -0800
+++ b/index.html	Sun Nov 08 03:10:15 2015 -0800
@@ -67,7 +67,7 @@
 {% endhighlight %}
       <div class="text-left">
         <a href="#" data-reveal-id="plotModal">
-          <img src="{{ "img/plot.png" | prepend: site.baseurl }}" style="height: 12rem; width: auto;"/>
+          <img src="{{ "/img/plot.png" | prepend: site.baseurl }}" style="height: 12rem; width: auto;"/>
           <span class="label">Expand</span>
         </a>
       </div>