diff --git a/_config.yml b/_config.yml
index 0e62b986c234090b12ac6d0e84478078a077777f..6a8dcb343cc1ea9e46bd7b31f4af94f345d7858d 100644
--- a/_config.yml
+++ b/_config.yml
@@ -38,7 +38,7 @@ sass:
 
 analytics: UA-71358787-1
 
-version: 0.8
+version: 1.0
 
 gems: [jekyll-paginate, jekyll-seo-tag]
 
diff --git a/_includes/3d-menu.html b/_includes/3d-menu.html
new file mode 100644
index 0000000000000000000000000000000000000000..f9b20a95cc330642bad60585a153548a8f5f4440
--- /dev/null
+++ b/_includes/3d-menu.html
@@ -0,0 +1,8 @@
+<!-- 3d menu js -->
+<script src="{{ "/js/meny.js" | prepend: site.baseurl }}"></script> 
+
+
+<!-- Script to load 3d menu -->
+<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> 
\ No newline at end of file
diff --git a/_includes/analytics.html b/_includes/analytics.html
index a061f41c59489b93f1c3fa1875ab0faf27c80b0d..97517acd83def26d5da2a89875b25908996700ef 100644
--- a/_includes/analytics.html
+++ b/_includes/analytics.html
@@ -1,4 +1,4 @@
- <!-- Google Analytics Tracking code -->
+<!-- Google Analytics Tracking code -->
 <script>
   (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
   (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
diff --git a/_includes/head.html b/_includes/head.html
index d182a2e5b1f325d2c311e95ce56c3adbc69aa007..9d59ae6411f4f3d784df1280026804d6c432c09b 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -7,9 +7,8 @@
   
   <link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">
 
-<!-- 3d menu js -->
-<script src="{{ "/js/meny.js" | prepend: site.baseurl }}"></script>
-
+<!-- Bootstrap -->
+<link rel="stylesheet" href="{{ "/css/bootstrap.css" | prepend: site.baseurl }}">
          
 <style>
           {% capture include_to_scssify %}
diff --git a/_layouts/default.html b/_layouts/default.html
index 9d651cd908f51ad01936b96b05887610015f5a0e..3fbd40649996e80a4ac3358f25c2f219c3dc93c9 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1,5 +1,4 @@
 ---
-layout: compress
 ---
 <!DOCTYPE html>
 <html>
@@ -20,17 +19,13 @@ layout: compress
 
 {% include footer.html %}
       </div>
-      
-      
-<!-- Script to load 3d menu -->
-<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> 
+
+{% include 3d-menu.html %}
+
+
 {% if site.analytics %}
  {% include analytics.html %}
 {% endif %}
-<link rel="stylesheet" href="{{ "/css/bootstrap.css" | prepend: site.baseurl }}">
-
 
 </body>
 </html>
diff --git a/_posts/2016-05-07-documentation.md b/_posts/2016-05-07-documentation.md
index a09c8fa06d705d59fc29a8057e5ba48f3907b029..556ceff30a848cf28ab672f04a753340d576e299 100644
--- a/_posts/2016-05-07-documentation.md
+++ b/_posts/2016-05-07-documentation.md
@@ -47,4 +47,11 @@ Make changes to the **master** branch and create a pull request. Do not use **gh
 
 
 # License
-MIT License
\ No newline at end of file
+MIT License
+
+# Change Log
+<pre>
+Version 1.0 - Fixed flashing menubar and disqus by default.
+
+Version 0.8 - Initial release with 3D menu and minimal layout.
+</pre>
\ No newline at end of file