diff --git a/CNAME b/CNAME
index 48e5bab..5ec2687 100644
--- a/CNAME
+++ b/CNAME
@@ -1 +1 @@
-www.nardoz.com
+nardoz.com
\ No newline at end of file
diff --git a/_config.yml b/_config.yml
index dd1a197..de1b593 100644
--- a/_config.yml
+++ b/_config.yml
@@ -4,7 +4,7 @@ permalink: /:categories/:year/:month/:day/:title
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"]
auto: true
-pygments: true
+highlighter: rouge
# Themes are encouraged to use these universal variables
# so be sure to set them if your theme uses them.
diff --git a/_includes/JB/setup b/_includes/JB/setup
index efcd84b..af87a61 100644
--- a/_includes/JB/setup
+++ b/_includes/JB/setup
@@ -16,7 +16,7 @@
{% if site.JB.ASSET_PATH %}
{% assign ASSET_PATH = site.JB.ASSET_PATH %}
{% else %}
- {% capture ASSET_PATH %}{{ BASE_PATH }}/assets/themes/{{ page.theme.name }}{% endcapture %}
- {% endif %}
+ {% capture ASSET_PATH %}{{ BASE_PATH }}/assets/themes/{{ layout.theme.name }}{% endcapture %}
+ {% endif %}
{% endif %}
{% endcapture %}{% assign jbcache = nil %}
\ No newline at end of file
diff --git a/_includes/themes/nardoz/default.html b/_includes/themes/nardoz/default.html
index 684646d..8cdb50a 100644
--- a/_includes/themes/nardoz/default.html
+++ b/_includes/themes/nardoz/default.html
@@ -15,7 +15,9 @@
-
+
+
+