diff --git a/_includes/fellows-list.html b/_includes/fellows-list.html index c5c36b17f..18b51cadb 100644 --- a/_includes/fellows-list.html +++ b/_includes/fellows-list.html @@ -1,4 +1,6 @@ {% assign aria_id = fellow.title | url_encode | truncate: 15, "" %} + +{% if paginator.posts.size > 0 %} {% for fellow in paginator.posts %}
@@ -22,5 +24,9 @@

{{ fellow.title }}

{% endfor %} - +{% else %} +
+

No results found

+
+{% endif %} diff --git a/_layouts/fellow.html b/_layouts/fellow.html index fdce0e048..ffde1ddd0 100644 --- a/_layouts/fellow.html +++ b/_layouts/fellow.html @@ -12,6 +12,27 @@
{% include fellow-aside.html fellow_project=page.project fellow_agency=page.agency fellow_year=page.fellow_year fellow_hometown=page.hometown fellow_track=page.track fellow_education=page.university %}
+ +
+ +
+

{{page.title}}