README.md in kuhsaft-1.8.6 vs README.md in kuhsaft-2.0.0

- old
+ new

@@ -1,6 +1,8 @@ -[![Build Status](https://api.travis-ci.org/screenconcept/kuhsaft.png)](http://travis-ci.org/screenconcept/kuhsaft) +[![Build Status](https://travis-ci.org/screenconcept/kuhsaft.png)](https://travis-ci.org/screenconcept/kuhsaft) +[![Code Climate](https://codeclimate.com/github/screenconcept/kuhsaft.png)](https://codeclimate.com/github/screenconcept/kuhsaft) +[![Gem Version](https://badge.fury.io/rb/kuhsaft.png)](http://badge.fury.io/rb/kuhsaft) # Kuhsaft. A CMS as simple as it could be ## The Who, What and Why? @@ -220,16 +222,9 @@ end end end end end - -## Use the `page_title` attribute in your app - -Kuhsaft::Pages will provide a `%title` tag containing its `page_title` (or the required `title`if no title is present). Simply yield for `:head` in your `application.html` to use it. - - %head - = yield(:head) ## Modifying the backend navigation Simply override the default partial for the main navigation in your app with your own file at `kuhsaft/cms/admin/_main_navigation.html.haml`