Skip to content

Commit

Permalink
Update academicpages#6 - publication fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryanhilde committed Dec 19, 2022
1 parent 4fb9939 commit 84626fe
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion _pages/publications.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
---
layout: archive
title: "Publications - v2"
title: "Publications"
permalink: /publications/
author_profile: true
---

{% if author.googlescholar %}
You can also find my articles on <u><a href="{{author.googlescholar}}">my Google Scholar profile</a>.</u>
{% endif %}

{% include base_path %}

{% for post in site.publications reversed %}
{% include archive-single.html %}
{% endfor %}

0 comments on commit 84626fe

Please sign in to comment.