From cadcac82c72fee6071cd7df78ec2c60b8da7eaa0 Mon Sep 17 00:00:00 2001
From: Michael Kohlhase <m.kohlhase@jacobs-university.de>
Date: Tue, 2 May 2017 07:06:37 +0200
Subject: [PATCH] tweaks

---
 _includes/nav.html                            |  2 +-
 _posts/2015-07-17-Best-Paper-Award-at-CICM.md |  2 +-
 index.md                                      |  7 ++-----
 news/posts.html                               | 12 +++++++-----
 4 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/_includes/nav.html b/_includes/nav.html
index 39e2f9a..0bcad3f 100644
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -49,7 +49,7 @@
       <li><a href="{{ site.baseurl }}/news/">News</a></li>
     </ul>
     <ul class="nav navbar-nav navbar-right" >
-      <li><a href="#contact">Contact</a></li>
+      <li><a href="/contact/">Contact</a></li>
       <li>
         <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Quick links<span class="caret"></span></a>
         <ul class="dropdown-menu" >
diff --git a/_posts/2015-07-17-Best-Paper-Award-at-CICM.md b/_posts/2015-07-17-Best-Paper-Award-at-CICM.md
index 8ef94a5..d0e700a 100644
--- a/_posts/2015-07-17-Best-Paper-Award-at-CICM.md
+++ b/_posts/2015-07-17-Best-Paper-Award-at-CICM.md
@@ -1,7 +1,7 @@
 ---
 layout: post
 author: Michael Kohlhase
-title: Best Paper Award at CICM tags
+title: Best Paper Award at CICM
 tags:
    - announcement
 ---
diff --git a/index.md b/index.md
index 1cb40f6..e189c7a 100644
--- a/index.md
+++ b/index.md
@@ -3,17 +3,14 @@ layout: default
 title: Home
 ---
 {% include intro.md %}
-## Recent activities
-
+## Recent News ([see all](/news/posts/))
+ 
 {% for post in site.posts %}
     {% if forloop.index < 5 %}
 	{% include post_link.html %}
     {% endif %}
 {% endfor %}
 
-[See all activites](/news/posts/)
-
-
 <p>&copy; {{ site.time | date: '%Y' }}. All rights reserved.</p>
 
 
diff --git a/news/posts.html b/news/posts.html
index 4098189..3ef62fd 100644
--- a/news/posts.html
+++ b/news/posts.html
@@ -15,12 +15,15 @@ Project activities are generated through the /_posts/ folder
 {% include tags_module.html %}
 
 <div class="tagcloud" >
-    <span class="tag" ><a class="btn btn-default" href="{{ site.blog_path}}">All activites <span class="badge">{{ site.posts.size }}</span></a></span>
-{{ tagscontent }}
+  <span class="tag" >
+    <a class="btn btn-default" href="{{ site.blog_path}}">
+      All activites <span class="badge">{{ site.posts.size }}</span>
+    </a>
+  </span>
+  {{ tagscontent }}
 </div>
 
-
-<h2>Most recent activites</h2>
+<h2>Most recent Posts (<a href="{{site.blog_path}}">See all</a>)</h2>
 
 {% for post in site.posts %}
     {% if forloop.index < 5 %}
@@ -28,6 +31,5 @@ Project activities are generated through the /_posts/ folder
     {% endif %}
 {% endfor %}
 
-<a href="{{ site.blog_path}}">See all</a>
 
 
-- 
GitLab