Skip to content
Snippets Groups Projects
Commit f28d4385 authored by Thomas Wood's avatar Thomas Wood
Browse files

Use link command to generate consistent link styles for homepage

parent 40b126f9
No related branches found
No related tags found
No related merge requests found
...@@ -14,12 +14,12 @@ layout: default ...@@ -14,12 +14,12 @@ layout: default
<div class="row"> <div class="row">
<div class="col-sm-6"> <div class="col-sm-6">
<h2><a href="{{ site.url }}/news.html">Recent News</a></h2> <h2><a href="{% link news.html %}">Recent News</a></h2>
{% include news-page.html max=5 %} {% include news-page.html max=5 %}
</div> </div>
<div class="col-sm-6"> <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 %} {% bibliography --max 5 %}
</div> </div>
</div> </div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment