Skip to content

Commit bb36eb7

Browse files
authored
Update archive-single.html
1 parent 5bc5647 commit bb36eb7

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

_includes/archive-single.html

+12-12
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,6 @@
2626
</div>
2727
{% endif %}
2828

29-
{% if post.venue %}
30-
Published in <i>{{ post.venue }}</i>, {{ post.date | year }} </br>
31-
{% endif %}
32-
33-
{% if post.paperurl %}
34-
Download <a href=" {{ post.paperurl }} "> here</a> </br>
35-
{% endif %}
36-
37-
{% if post.citation %}
38-
Recommended citation: {{ post.citation }} </br>
39-
{% endif %}
40-
4129
<h2 class="archive__item-title" itemprop="headline">
4230
{% if post.link %}
4331
<a href="{{ post.link }}">{{ title }}</a> <a href="{{ base_path }}{{ post.url }}" rel="permalink"><i class="fa fa-link" aria-hidden="true" title="permalink"></i><span class="sr-only">Permalink</span></a>
@@ -48,6 +36,18 @@ <h2 class="archive__item-title" itemprop="headline">
4836
{% if post.read_time %}
4937
<p class="page__meta"><i class="fa fa-clock-o" aria-hidden="true"></i> {% include read-time.html %}</p>
5038
{% endif %}
39+
{% if post.venue %}
40+
Published in <i>{{ post.venue }}</i>, {{ post.date | year }} </br>
41+
{% endif %}
42+
43+
{% if post.paperurl %}
44+
Download <a href=" {{ post.paperurl }} "> here</a> </br>
45+
{% endif %}
46+
47+
{% if post.citation %}
48+
Recommended citation: {{ post.citation }} </br>
49+
{% endif %}
50+
5151
{% if post.excerpt %}<p class="archive__item-excerpt" itemprop="description">{{ post.excerpt | markdownify }}</p>{% endif %}
5252
</article>
5353
</div>

0 commit comments

Comments
 (0)