Skip to content

Commit df0fd56

Browse files
committed
Add footer links per #83
1 parent 06044a6 commit df0fd56

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

config.toml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ disqusShortname = ""
77
ignoreFiles = ["\\.Rmd$", "_files$", "_cache$", "\\.csv", "\\.R"]
88
publishDir = "../website"
99

10-
1110
[[menu.main]]
1211
name = "Home"
1312
url = "/index.html"
@@ -41,6 +40,20 @@ publishDir = "../website"
4140
url = "/tools"
4241
weight = 8
4342

43+
[[menu.footer]]
44+
name = "Source code on Github"
45+
url = "https://github.com/codemeta/"
46+
pre = "<i class='bi-github'></i>"
47+
weight = 1
48+
[[menu.footer]]
49+
name = "Governance"
50+
url = "https://codemeta.github.io/governance/"
51+
weight = 2
52+
[[menu.footer]]
53+
name = "Scicodes Consortium"
54+
url = "https://scicodes.net/"
55+
weight = 3
56+
4457

4558
[params]
4659
name = "codemeta"

0 commit comments

Comments
 (0)