Updating readme file and bumping theme version
[ghost-theme-willow.git] / README.md
index d9fb313779d0333f4751891879f1d16cbf9b3a91..525afb499a5d770c5eb02e06b24762b94b8231ad 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,9 +1,12 @@
-# Willow Ghost Theme 4.0
+# Willow Ghost Theme 4.1
 
 Personal, responsive, minimalist and open-source theme for Ghost blogging platform. Lightweight - only 3KB of CSS and 820B of JavaScript. No jQuery, vanilla JS only. Starting version 2.0 theme is built with SASS in BEM style using ITCSS (http://itcss.io/) architecture.
 
 ![Willow Ghost Theme](http://i.imgur.com/a8WfkoS.png)
 
+## Theme Compatibility
+Theme is fully compatible with Ghost 1.X versions. The 0.X version compatible theme can be found in "version-0.X" branch.
+
 ## Theme Demo
 
 ~~This theme is currently being used on my personal blog - [https://raivis.com/](https://raivis.com/). See this page for more detailed theme overview - [https://raivis.com/willow-free-responsive-minimalist-ghost-blog-theme/](https://raivis.com/willow-free-responsive-minimalist-ghost-blog-theme/)~~ Sorry, demo is no longer available - check the screenshots below.
@@ -22,7 +25,7 @@ Edit the `content/themes/[theme-folder]/partials/sidebar.hbs` file. Social links
 
 ## Enabling Disqus Comments Box
 
-1. Edit the `content/themes/[theme-folder]/post.hbs` file, uncomment "comments" partial inclusion. The `<!--{{> "comments"}}-->` one.
+1. Edit the `content/themes/[theme-folder]/post.hbs` file, uncomment `<!--{{> "comments"}}-->` partial inclusion.
 
 2. Replace Disqus embed code with your site code. Edit `content/themes/[theme-folder]/partials/comments.hbs` file and replace `loadDisqusComments` function body with Disqus embed code function.