Skip to content

Commit 8b2886f

Browse files
committed
Do not show title. It is already in the header.
1 parent d2995e5 commit 8b2886f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/publications.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h5><a href="{{ link }}" alt="Link to publication" target="_blank">{{ paper.titl
2525
{% if paper.type == "thesis" %}
2626
<p>{{ paper.author }} - Doctoral Thesis</p>
2727
{% else %}
28-
<p>{{ paper.authors }} - {{ paper.title }} - {{ paper.publisher }}</p>
28+
<p>{{ paper.authors }} - {{ paper.publisher }}</p>
2929
{% endif %}
3030
</div>
3131
</div>

0 commit comments

Comments
 (0)