File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 32
32
{% endif %}
33
33
{% if page.modified %}
34
34
< p class ="page__date "> < strong > < i class ="fa fa-fw fa-calendar " aria-hidden ="true "> </ i > {{ site.data.ui-text[site.locale].date_label | default: "Published:" }}</ strong > < time datetime ="{{ page.modified | date: "%Y-%m-%d " }}"> {{ page.modified | date: "%B %d, %Y" }}</ time > </ p >
35
+ {% elsif page.venue and page.date %}
36
+ < p > Published in < i > {{ page.venue }}</ i > , {{ page.date | date: "%Y" }} </ p >
35
37
{% elsif page.date %}
36
38
< p class ="page__date "> < strong > < i class ="fa fa-fw fa-calendar " aria-hidden ="true "> </ i > {{ site.data.ui-text[site.locale].date_label | default: "Published:" }}</ strong > < time datetime ="{{ page.date | date_to_xmlschema }} "> {{ page.date | date: "%B %d, %Y" }}</ time > </ p >
37
39
{% endif %}
40
+
41
+
42
+
43
+ {% if page.citation and page.paperurl %}
44
+ < p > Recommended citation: {{ page.citation }} < a href ="{{ page.paperurl }} "> < u > {{ page.paperurl }}</ u > </ a > </ p >
45
+ {% elsif page.citation %}
46
+ < p > Recommended citation: {{ page.citation }} </ p >
47
+ {% elsif page.paperurl %}
48
+ < p > Download < a href =" {{ page.paperurl }} "> < u > here</ u > </ a > </ p >
49
+ {% endif %}
50
+
38
51
</ header >
39
52
{% endunless %}
40
53
You can’t perform that action at this time.
0 commit comments