File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 26
26
</ div >
27
27
{% endif %}
28
28
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
-
41
29
< h2 class ="archive__item-title " itemprop ="headline ">
42
30
{% if post.link %}
43
31
< 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">
48
36
{% if post.read_time %}
49
37
< p class ="page__meta "> < i class ="fa fa-clock-o " aria-hidden ="true "> </ i > {% include read-time.html %}</ p >
50
38
{% 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
+
51
51
{% if post.excerpt %}< p class ="archive__item-excerpt " itemprop ="description "> {{ post.excerpt | markdownify }}</ p > {% endif %}
52
52
</ article >
53
53
</ div >
You can’t perform that action at this time.
0 commit comments