From fac8c7edf3fb907f759998488dce930c28792375 Mon Sep 17 00:00:00 2001
From: "jacek.lebioda" <jacek.lebioda@uni.lu>
Date: Fri, 22 Mar 2019 15:09:46 +0100
Subject: [PATCH] #23 Corrected index and docs

---
 README.md |  4 ++++
 index.md  | 12 +-----------
 2 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/README.md b/README.md
index 57fa5cf..a751005 100644
--- a/README.md
+++ b/README.md
@@ -132,6 +132,10 @@ For details refer to [the documentation of ruby gems](https://guides.rubygems.or
 
 ## Changelog
 
+### 0.2.19
+Added `alert` and `alert_header` blocks. 
+To use: `{% alert info %}{% alert_header %}Header{% endalert_header %}Content{% endalert %}` or `{% alert warning %}{% alert_header %}Header{% endalert_header %}Content{% endalert %}`
+
 ### 0.2.18
  * Corrected placement of R3 logo in the footer on mobile
 
diff --git a/index.md b/index.md
index d621f6b..880ce3b 100644
--- a/index.md
+++ b/index.md
@@ -14,14 +14,4 @@ The theme is displayed via Gitlab [pages](https://core-services.pages.uni.lu/jek
 Read the [README](https://git-r3lab.uni.lu/core-services/jekyll-theme-lcsb-default/blob/master/README.md) file to know how to use in your project.
 
 
-To start a new page for your repository, you can fork [this project](https://git-r3lab.uni.lu/core-services/pages-jekyll-lcsb-template) and start to modify it directly.
-
-{% alert info %}
-{% alert_header %}Header{% endalert_header %}
-This is a test info alert
-{% endalert %}
-
-{% alert warning %}
-{% alert_header %}Header{% endalert_header %}
-This is a test warning alert
-{% endalert %}
\ No newline at end of file
+To start a new page for your repository, you can fork [this project](https://git-r3lab.uni.lu/core-services/pages-jekyll-lcsb-template) and start to modify it directly.
\ No newline at end of file
-- 
GitLab