Skip to content

Commit 58433ef

Browse files
authored
Update archive-single.html
1 parent f6f7b6f commit 58433ef

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

_includes/archive-single.html

+5-4
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,17 @@ <h2 class="archive__item-title" itemprop="headline">
3737
{% if post.read_time %}
3838
<p class="page__meta"><i class="fa fa-clock-o" aria-hidden="true"></i> {% include read-time.html %}</p>
3939
{% endif %}
40-
{% if post.venue %}
41-
Published in <i>{{ post.venue }}</i>, {{ post.date | year }} </br>
40+
41+
{% if post.venue %}
42+
<p>Published in <i>{{ post.venue }}</i>, {{ post.date | year }} </p>
4243
{% endif %}
4344

4445
{% if post.paperurl %}
45-
Download <a href=" {{ post.paperurl }} "> here</a> </br>
46+
<p>Download <a href=" {{ post.paperurl }} "> here</a></p>
4647
{% endif %}
4748

4849
{% if post.citation %}
49-
Recommended citation: {{ post.citation }} </br>
50+
<p>Recommended citation: {{ post.citation }}</p>
5051
{% endif %}
5152

5253
{% if post.excerpt %}<p class="archive__item-excerpt" itemprop="description">{{ post.excerpt | markdownify }}</p>{% endif %}

0 commit comments

Comments
 (0)