File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -53,17 +53,17 @@ <h2 class="archive__item-title" itemprop="headline">
53
53
{% endif %}
54
54
55
55
{% if post.citation and post.paperurl and post.slidesurl %}
56
- < p > Recommended citation: {{ post.citation }} < a href ="{{ post.paperurl }} "> {{ post.paperurl }} </ a > < a href ="{{ post.slidesurl }} "> Slides</ a > </ p >
56
+ < p > Recommended citation: {{ post.citation }}< br /> < a href ="{{ post.paperurl }} "> Download Paper </ a > | < a href ="{{ post.slidesurl }} "> Download Slides</ a > </ p >
57
57
{% elsif post.citation and post.paperurl %}
58
- < p > Recommended citation: {{ post.citation }} < a href ="{{ post.paperurl }} "> {{ post.paperurl }} </ a > </ p >
58
+ < p > Recommended citation: {{ post.citation }}< br /> < a href ="{{ post.paperurl }} "> Download Paper </ a > </ p >
59
59
{% elsif post.citation and post.slidesurl %}
60
- < p > Recommended citation: {{ post.citation }} < a href ="{{ post.slidesurl }} "> Slides</ a > </ p >
60
+ < p > Recommended citation: {{ post.citation }}< br /> < a href ="{{ post.slidesurl }} "> Download Slides</ a > </ p >
61
61
{% elsif post.citation %}
62
62
< p > Recommended citation: {{ post.citation }}</ p >
63
63
{% elsif post.paperurl %}
64
- < p class =" wordwrap " > Download < a href =" {{ post.paperurl }} "> here </ a > </ p >
65
- {% elseif post.slidesurl %}
66
- < p > Download < a href ="{{ post.slidesurl }} "> Slides</ a > </ p > </ p >
64
+ < p > < a href =" {{ post.paperurl }} "> Download Paper </ a > </ p >
65
+ {% elsif post.slidesurl %}
66
+ < p > Download < a href ="{{ post.slidesurl }} "> Download Slides</ a > </ p > </ p >
67
67
{% endif %}
68
68
69
69
</ article >
Original file line number Diff line number Diff line change 48
48
{{ content }}
49
49
50
50
{% if page.citation and page.paperurl and page.slidesurl %}
51
- < p style ="font-size: smaller "> Recommended citation: {{ page.citation }} < a href ="{{ page.paperurl }} "> < u > {{ page.paperurl }} </ u > </ a > < a href ="{{ page.slidesurl }} "> Slides</ a > </ p >
51
+ < p style ="font-size: smaller "> Recommended citation: {{ page.citation }}< br /> < a href ="{{ page.paperurl }} "> Download Paper </ a > | < a href ="{{ page.slidesurl }} "> Download Slides</ a > </ p >
52
52
{% elsif page.citation and page.paperurl %}
53
- < p style ="font-size: smaller "> Recommended citation: {{ page.citation }} < a href ="{{ page.paperurl }} "> < u > {{ page.paperurl }} </ u > </ a > </ p >
53
+ < p style ="font-size: smaller "> Recommended citation: {{ page.citation }}< br /> < a href ="{{ page.paperurl }} "> Download Paper </ a > </ p >
54
54
{% elsif page.citation and page.slidesurl %}
55
- < p style ="font-size: smaller "> Recommended citation: {{ page.citation }} < a href ="{{ page.slidesurl }} "> Slides</ a > </ p >
55
+ < p style ="font-size: smaller "> Recommended citation: {{ page.citation }}< br /> < a href ="{{ page.slidesurl }} "> Download Slides</ a > </ p >
56
56
{% elsif page.citation %}
57
57
< p style ="font-size: smaller "> Recommended citation: {{ page.citation }}</ p >
58
58
{% elsif page.slidesurl %}
59
- < p style ="font-size: smaller "> < a href ="{{ page.slidesurl }} "> Slides</ a > </ p >
59
+ < p style ="font-size: smaller "> < a href ="{{ page.slidesurl }} "> Download Slides</ a > </ p >
60
60
{% endif %}
61
61
62
62
{% if page.link %}< div > < a href ="{{ page.link }} " class ="btn "> {{ site.data.ui-text[site.locale].ext_link_label | default: "Direct Link" }}</ a > </ div > {% endif %}
You can’t perform that action at this time.
0 commit comments