diff --git a/_pages/publications.html b/_pages/publications.html
index e2f94618ab9aa..f9821074d7b82 100644
--- a/_pages/publications.html
+++ b/_pages/publications.html
@@ -5,32 +5,15 @@
author_profile: true
---
-{% if site.author.googlescholar %}
-
+{% if author.googlescholar %}
+ You can also find my articles on my Google Scholar profile.
{% endif %}
{% include base_path %}
-
-{% if site.publication_category %}
- {% for category in site.publication_category %}
- {% assign title_shown = false %}
- {% for post in site.publications reversed %}
- {% if post.category != category[0] %}
- {% continue %}
- {% endif %}
- {% unless title_shown %}
- {{ category[1].title }}
- {% assign title_shown = true %}
- {% endunless %}
- {% include archive-single.html %}
- {% endfor %}
- {% endfor %}
-{% else %}
- {% for post in site.publications reversed %}
- {% include archive-single.html %}
- {% endfor %}
-{% endif %}
+{% for post in site.publications reversed %}
+ {% include archive-single.html %}
+{% endfor %}