diff --git a/_includes/sidebar.html b/_includes/sidebar.html
index 77f91a524a3f47065ba0e50c5083752ca0c7ae26..0a51f9155d1261ecca8d8a676f3b5409074bc2be 100644
--- a/_includes/sidebar.html
+++ b/_includes/sidebar.html
@@ -1,8 +1,8 @@
 <div class="meny">
     <h2 class="menu-header">Navigation</h2>
     <ul class="menu-ul">
-        <a href="/about/"><li class="meny-li">About</li></a>
-        <a href="/contact/"><li class="meny-li">Contact</li></a>
+        <a href="{{site.baseurl}}/about/"><li class="meny-li">About</li></a>
+        <a href="{{site.baseurl}}/contact/"><li class="meny-li">Contact</li></a>
         <a href="https://github.com/sharu725/gatok"><li class="meny-li">Project</li></a>
         <a href="https://github.com/sharu725/gatok/archive/master.zip"><li class="meny-li">Download</li></a>
         
diff --git a/_layouts/default.html b/_layouts/default.html
index f1eaa2902eb04642c2f88b89ac5d96e4db171be8..bc3d856bd69be40d15cf0425107206b374c6c0da 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -20,7 +20,7 @@ layout: compress
 
     {% include footer.html %}
       </div>
-  <script src="/js/meny.js"></script>
+ <script src="{{ "/js/meny.js" | prepend: site.baseurl }}"></script>
 <script>
       var meny=Meny.create({menuElement:document.querySelector(".meny"),contentsElement:document.querySelector(".contents"),position:"left",height:200,width:230,angle:30,threshold:40,overlap:6,transitionDuration:"0.5s",transitionEasing:"ease",gradient:"rgba(0,0,0,0.20) 0%, rgba(0,0,0,0.65) 100%)",mouse:!0,touch:!0});
 </script>
diff --git a/_posts/2016-05-07-documentation.md b/_posts/2016-05-07-documentation.md
index 5901dc12fb3d2d19a2cef105efeeaa3a071461b5..3d79caaa2f86d19b47e54135af662473a847a9a7 100644
--- a/_posts/2016-05-07-documentation.md
+++ b/_posts/2016-05-07-documentation.md
@@ -29,16 +29,16 @@ This process will host the theme as a **Project Page**. You can also download th
 
 Default theme will look like this
 
-![webjeda gatok jekyll theme](/images/webjeda-gatok-jekyll-theme-screenshot-1.png)
+![webjeda gatok jekyll theme]({{site.baseurl}}/images/webjeda-gatok-jekyll-theme-screenshot-1.png)
 
 Hover on the left side will open up a 3d effect sidebar
 
-![webjeda gatok jekyll theme sidebar](/images/webjeda-gatok-jekyll-theme-screenshot.jpg)
+![webjeda gatok jekyll theme sidebar]({{site.baseurl}}/images/webjeda-gatok-jekyll-theme-screenshot.jpg)
 
 
 This theme is responsive.
 
-![webjeda gatok responsive jekyll theme](/images/webjeda-gatok-jekyll-theme-screenshot-2.png)
+![webjeda gatok responsive jekyll theme]({{site.baseurl}}/images/webjeda-gatok-jekyll-theme-screenshot-2.png)
 {: .text-center}