File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -37,16 +37,17 @@ <h2 class="archive__item-title" itemprop="headline">
37
37
{% if post.read_time %}
38
38
< p class ="page__meta "> < i class ="fa fa-clock-o " aria-hidden ="true "> </ i > {% include read-time.html %}</ p >
39
39
{% 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 >
42
43
{% endif %}
43
44
44
45
{% if post.paperurl %}
45
- Download < a href =" {{ post.paperurl }} "> here</ a > </ br >
46
+ < p > Download < a href =" {{ post.paperurl }} "> here</ a > </ p >
46
47
{% endif %}
47
48
48
49
{% if post.citation %}
49
- Recommended citation: {{ post.citation }} </ br >
50
+ < p > Recommended citation: {{ post.citation }}</ p >
50
51
{% endif %}
51
52
52
53
{% if post.excerpt %}< p class ="archive__item-excerpt " itemprop ="description "> {{ post.excerpt | markdownify }}</ p > {% endif %}
You can’t perform that action at this time.
0 commit comments