diff --git a/_includes/nav.html b/_includes/nav.html index 39e2f9ad6c890a718d190620998c48f344e3d9cf..0bcad3f850805997c5707555139f0f18bb1fbfef 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 8ef94a55887e6b595bc5ef881fe5eba7e602c48a..d0e700a4325ad16b74b197af9a9b9b48306f5dd6 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 1cb40f6d6fe2d94a9a3d484af34ac6bc2531b970..e189c7a7bd7d9afaf24a5a5c1dd6157bf3dddcba 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>© {{ site.time | date: '%Y' }}. All rights reserved.</p> diff --git a/news/posts.html b/news/posts.html index 4098189f44491228ce35ef73727b86b98c570e8f..3ef62fd6eb70400b36e3826adc0b8a272fce744b 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>