File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 39
39
</ style >
40
40
</ head >
41
41
42
- {% if post.citation and post.paperurl and post.slidesurl %}
43
- < p > Recommended citation: {{ post.citation }}< br /> < a href ="{{ post.paperurl }} "> Download Paper</ a > | < a href ="{{ post.slidesurl }} "> Download Slides</ a > </ p >
44
- {% elsif post.citation and post.paperurl %}
45
- < p > Recommended citation: {{ post.citation }}< br /> < a href ="{{ post.paperurl }} "> Download Paper</ a > </ p >
46
- {% elsif post.citation and post.slidesurl %}
47
- < p > Recommended citation: {{ post.citation }}< br /> < a href ="{{ post.slidesurl }} "> Download Slides</ a > </ p >
48
- {% elsif post.citation %}
49
- < p > Recommended citation: {{ post.citation }}</ p >
50
- {% elsif post.paperurl %}
51
- < p > < a href =" {{ post.paperurl }} "> Download Paper</ a > </ p >
52
- {% elsif post.slidesurl %}
53
- < p > < a href ="{{ post.slidesurl }} "> Download Slides</ a > </ p >
54
- {% endif %}
55
-
56
42
< div class ="{{ include.type | default: "list " }}__item">
57
43
< article >
58
44
<!-- paper table -->
You can’t perform that action at this time.
0 commit comments