Skip to content

Commit f34f498

Browse files
committed
minor updates
1 parent 1164877 commit f34f498

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/archive-single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h2 class="archive__item-title" itemprop="headline">
4242
<p> {{ post.type }}, <i>{{ post.venue }}</i>, {{ post.date | default: "1900-01-01" | date: "%Y" }} </p>
4343
{% elsif post.collection == 'publications' %}
4444
{% if post.authors: %}
45-
<p> Authors: {{ post.authors }} </p>
45+
<p> {{ post.authors }} </p>
4646
{% endif %}
4747
<p>Published in <i>{{ post.venue }}</i>, {{ post.date | default: "1900-01-01" | date: "%Y" }} </p>
4848
{% elsif post.date %}

_pages/talks.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: archive
3-
title: "Talks and presentations"
3+
title: "Talks and Presentations"
44
permalink: /talks/
55
author_profile: true
66
---

0 commit comments

Comments
 (0)