Skip to content

Commit 0162eaf

Browse files
author
earlaud
committed
Customize Footer further
1 parent c914396 commit 0162eaf

File tree

2 files changed

+4
-19
lines changed

2 files changed

+4
-19
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
# You can create any custom variable you would like, and they will be accessible
1919
# in the templates via {{ site.myvariable }}.
2020

21-
title: INRIA Paris Robotics Lab
21+
title: Inria Paris Robotics Lab
2222
2323
description: >- # this means to ignore newlines until "baseurl:"
24-
INRIA Paris robotics platform.
24+
The Inria Paris robotics platform.
2525
baseurl: "" # the subpath of your site, e.g. /blog
2626
url: "https://inria-paris-robotics-lab.github.io" # the base hostname & protocol for your site, e.g. http://example.com
2727
github_username: inria-paris-robotics-lab

_includes/footer.html

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,11 @@
77

88
<div class="footer-col-wrapper">
99
<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>
2611
</div>
2712

2813
<div class="footer-col footer-col-3">
29-
<p>{{- site.description | escape -}}</p>
14+
{%- include social.html -%}
3015
</div>
3116
</div>
3217

0 commit comments

Comments
 (0)