Skip to content

Commit cd300d0

Browse files
committed
Add forum link to the footer
1 parent f13ae3c commit cd300d0

2 files changed

Lines changed: 11 additions & 13 deletions

File tree

_templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
</ul>
102102
</nav>
103103
<ul class="list-inline-center" role="list">
104-
{%- for item in config.social.footer %}
104+
{%- for item in config.social %}
105105
<li><a target="_blank" href="{{ item.url }}">{{ item.name }}</a></li>
106106
{%- endfor %}
107107
</ul>

config.yml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,16 @@ navigation:
2929
id: contact/index
3030

3131
social:
32-
header:
33-
- name: GitHub
34-
url: https://github.com/fatiando
35-
footer:
36-
- name: GitHub
37-
url: https://github.com/fatiando
38-
- name: Zenodo
39-
url: https://zenodo.org/communities/fatiando
40-
- name: YouTube
41-
url: https://www.youtube.com/fatiandoorg
42-
- name: LinkedIn
43-
url: https://www.linkedin.com/company/fatiando
32+
- name: GitHub
33+
url: https://github.com/fatiando
34+
- name: Forum
35+
url: https://github.com/orgs/fatiando/discussions
36+
- name: Zenodo
37+
url: https://zenodo.org/communities/fatiando
38+
- name: YouTube
39+
url: https://www.youtube.com/fatiandoorg
40+
- name: LinkedIn
41+
url: https://www.linkedin.com/company/fatiando
4442

4543
# Don't copy or process these files
4644
ignore:

0 commit comments

Comments
 (0)