File tree 4 files changed +23
-14
lines changed
4 files changed +23
-14
lines changed Original file line number Diff line number Diff line change 1
1
2
2
< div class ="news ">
3
- < h2 > news</ h2 >
4
3
{% if site.news != blank -%}
5
4
{%- assign news_size = site.news | size -%}
6
5
< div class ="table-responsive " {% if site.news_scrollable and news_size > 3 %}style="max-height: 10vw"{% endif %}>
Original file line number Diff line number Diff line change 1
1
2
2
< div class ="publications ">
3
- < h2 > selected publications</ h2 >
4
3
{% bibliography -f papers -q @*[selected=true]* %}
5
4
</ div >
Original file line number Diff line number Diff line change @@ -40,26 +40,30 @@ <h1 class="post-title">
40
40
{{ content }}
41
41
</ div >
42
42
43
- {% if page.news -%}
44
43
<!-- News -->
45
- {%- include news.html %}
44
+ {% if page.news -%}
45
+ < h2 > < a href ="{{ '/news/' | relative_url }} " style ="color: inherit; "> news</ a > </ h2 >
46
+ {%- include news.html %}
46
47
{%- endif %}
48
+
49
+ <!-- Selected papers -->
47
50
{% if page.selected_papers -%}
48
- <!-- Selected papers -- >
51
+ < h2 > < a href =" {{ '/publications/' | relative_url }} " style =" color: inherit; " > selected publications </ a > </ h2 >
49
52
{%- include selected_papers.html %}
50
53
{%- endif %}
51
- {%- if page.social %}
54
+
52
55
<!-- Social -->
53
- < div class ="social ">
54
- < div class ="contact-icons ">
55
- {% include social.html %}
56
- </ div >
56
+ {%- if page.social %}
57
+ < div class ="social ">
58
+ < div class ="contact-icons ">
59
+ {% include social.html %}
60
+ </ div >
57
61
58
- < div class ="contact-note ">
59
- {{ site.contact_note }}
62
+ < div class ="contact-note ">
63
+ {{ site.contact_note }}
64
+ </ div >
65
+
60
66
</ div >
61
-
62
- </ div >
63
67
{%- endif %}
64
68
</ article >
65
69
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout: page
3
+ title: news
4
+ permalink: /news/
5
+ ---
6
+
7
+ {% include news.html %}
You can’t perform that action at this time.
0 commit comments