diff --git a/_layouts/home.html b/_layouts/home.html index f6ce075ef05b4f620ec4d0f86f5010be33528c30..07821adc77d58d96a87f12f4b77ca0f129560827 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -14,12 +14,12 @@ layout: default <div class="row"> <div class="col-sm-6"> - <h2><a href="{{ site.url }}/news.html">Recent News</a></h2> - {% include news-page.html max=5 %} - </div> + <h2><a href="{% link news.html %}">Recent News</a></h2> + {% include news-page.html max=5 %} + </div> <div class="col-sm-6"> - <h2><a href="{{ site.url }}/publications.html">Recent Publications</a></h2> + <h2><a href="{% link publications.html %}">Recent Publications</a></h2> {% bibliography --max 5 %} </div> </div>