File tree Expand file tree Collapse file tree 2 files changed +4
-19
lines changed Expand file tree Collapse file tree 2 files changed +4
-19
lines changed Original file line number Diff line number Diff line change 18
18
# You can create any custom variable you would like, and they will be accessible
19
19
# in the templates via {{ site.myvariable }}.
20
20
21
- title : INRIA Paris Robotics Lab
21
+ title : Inria Paris Robotics Lab
22
22
23
23
description : >- # this means to ignore newlines until "baseurl:"
24
- INRIA Paris robotics platform.
24
+ The Inria Paris robotics platform.
25
25
baseurl : " " # the subpath of your site, e.g. /blog
26
26
url : " https://inria-paris-robotics-lab.github.io" # the base hostname & protocol for your site, e.g. http://example.com
27
27
github_username : inria-paris-robotics-lab
Original file line number Diff line number Diff line change 7
7
8
8
< div class ="footer-col-wrapper ">
9
9
< div class ="footer-col footer-col-1 ">
10
- < ul class ="contact-list ">
11
- < li class ="p-name ">
12
- {%- if site.author -%}
13
- {{ site.author | escape }}
14
- {%- else -%}
15
- {{ site.title | escape }}
16
- {%- endif -%}
17
- </ li >
18
- {%- if site.email -%}
19
- < li > < a class ="u-email " href ="mailto:{{ site.email }} "> {{ site.email }}</ a > </ li >
20
- {%- endif -%}
21
- </ ul >
22
- </ div >
23
-
24
- < div class ="footer-col footer-col-2 ">
25
- {%- include social.html -%}
10
+ < p > {{- site.description | escape -}}</ p >
26
11
</ div >
27
12
28
13
< div class ="footer-col footer-col-3 ">
29
- < p > {{- site.description | escape -}} </ p >
14
+ {%- include social.html -%}
30
15
</ div >
31
16
</ div >
32
17
You can’t perform that action at this time.
0 commit comments