Skip to content

Commit 4bd56d3

Browse files
authored
1
1 parent 68f45ba commit 4bd56d3

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
@@ -41,7 +41,7 @@ <h2 class="archive__item-title" itemprop="headline">
4141
{% if post.collection == 'teaching' %}
4242
<p> {{ post.type }}, <i>{{ post.venue }}</i>, {{ post.date | default: "1900-01-01" | date: "%Y" }} </p>
4343
{% elsif post.collection == 'publications' %}
44-
<p style="display: none;">Published in <i>{{ post.venue }}</i>, {{ post.date | default: "1900-01-01" | date: "%Y" }} </p>
44+
<p>Published in <i>{{ post.venue }}</i>, {{ post.date | default: "1900-01-01" | date: "%Y" }} </p>
4545
{% elsif post.date %}
4646
<p class="page__date"><strong><i class="fa fa-fw fa-calendar" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].date_label | default: "Published:" }}</strong> <time datetime="{{ post.date | default: "1900-01-01" | date_to_xmlschema }}">{{ post.date | default: "1900-01-01" | date: "%B %d, %Y" }}</time></p>
4747
{% endif %}

_pages/publications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: archive
33
title: "Publications"
44
permalink: /publications/
5-
excerpt: "<sup class='hash'>#</sup>co-first auther; <sup class='asterisk'>*</sup>corresponding auther"
5+
excerpt: "<sup class='hash'>#</sup>co-first author; <sup class='asterisk'>*</sup>corresponding author"
66
author_profile: true
77
---
88

0 commit comments

Comments
 (0)