Show labels in the quick news
diff --git a/_includes/news.md b/_includes/news.md
index a938468..450595c 100644
--- a/_includes/news.md
+++ b/_includes/news.md
@@ -2,9 +2,11 @@
 <div id="quicknews" class="alert alert-info">
 {% for page in site.pages %}
     {% if page.quicknew %}
-    {% if newspresent == true %}<br/>{% endif %}
     {% assign newspresent = true %}
-    <a class="text-primary" href="{{ page.permalink }}"><strong>{{ page.title }}</strong>: {{ page.quicknew }}</a>
+    <p>
+    <span class="label label-{% if page.labelstyle %}{{ page.labelstyle }}{% else %}primary{% endif %}">{{ page.label }}</span>
+    <a class="quicknew text-primary" href="{{ page.permalink }}">{{ page.quicknew }}</a>
+    </p>
     {% endif %}
 {% endfor %}
 </div>
diff --git a/css/style.css b/css/style.css
index 260a223..9f74899 100755
--- a/css/style.css
+++ b/css/style.css
@@ -30,3 +30,7 @@
 .green {
     color: green;
 }
+
+.quicknew {
+    padding-left: 10px;
+}
diff --git a/news/gsoc2014.md b/news/00-gsoc2014.md
similarity index 93%
rename from news/gsoc2014.md
rename to news/00-gsoc2014.md
index 3d5698e..8faca80 100644
--- a/news/gsoc2014.md
+++ b/news/00-gsoc2014.md
@@ -2,7 +2,8 @@
 layout: page
 title: Google Summer Of Code 2014
 permalink: /news/gsoc2014/
-quicknew: Want to participate in GSoC 2014? See how you can join the program!
+label: GSOC 2014
+quicknew: Want to participate in Google Summer of Code 2014? See how you can join the program!
 ---
 
 -> [![Google Summer of Code 2014](/img/gsoc2014.png)](http://www.google-melange.com/gsoc/homepage/google/gsoc2014) <-